AMQP 0.9.1 client with RabbitMQ extensions in Go.
Beta
API changes unlikely and will be discussed on Github issues along with any bugs or enhancements.
Provide an functional interface that closely represents the AMQP 0.9.1 model targeted to RabbitMQ as a server.
Things not intended to be supported.
- Auto reconnect and re-synchronization of client and server topologies.
- AMQP Protocol negotiation for forward or backward compatibility.
- Anything other than PLAIN and EXTERNAL authentication mechanisms.
See the 'examples' subdirectory for simple producers and consumers executables. If you have a use-case in mind which isn't well-represented by the examples, please file an issue.
See the gopkgdoc page for up-to-the-minute documentation and usage.
Pull requests are very much welcomed. Create your pull request on a non-master branch, make sure a test or example is included that covers your change and your commits represent coherent changes that include a reason for the change.
To run the integration tests, make sure you have RabbitMQ running on any host,
export the environment variable AMQP_URL=amqp://host/
and run go test -tags integration
. TravisCI will also run the integration tests.
BSD 2 clause - see LICENSE for more details.