wabbit
wabbit copied to clipboard
Golang AMQP mocking library
- Using connection interface as a return type for dial to be used in tests, this way an interface can be used instead of a concrete type when using the...
Hi folks! We currently use this library in Knative. Specifically in this project: [https://github.com/knative-sandbox/eventing-rabbitmq](https://github.com/knative-sandbox/eventing-rabbitmq) and we are thinking to update the AMQP client library from streadway/amqp to rabbitmq/amqp091. Is that...
neither amqp.Channel or wabbit.Channel have a NotifyReturn method (which is found in streadway/amqp). This seems to make it difficult to mock out code that makes use of it
This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing,We typically build applications for customers and ISVs, and while...
Routing patterns ending with a `#` cause a panic if there are no more elements in the routing key to match. ``` topicMatch("a.b.#", "a.b") ```
Does this library support DialTLS in any way? I don't see a way to dial to a rabbitmquri with amqps and a non-standard root ca. Alternatively, is there a way...
Hi! I found little bug in your examples (and maybe on library): if you send wrong "queue" parameter in channel.Consume, then you can't return error from function. For example -...
Closes #34