|
há 6 anos atrás | |
---|---|---|
.. | ||
LICENSE | há 6 anos atrás | |
README.md | há 6 anos atrás | |
allocator.go | há 6 anos atrás | |
auth.go | há 6 anos atrás | |
certs.sh | há 6 anos atrás | |
channel.go | há 6 anos atrás | |
confirms.go | há 6 anos atrás | |
connection.go | há 6 anos atrás | |
consumers.go | há 6 anos atrás | |
delivery.go | há 6 anos atrás | |
doc.go | há 6 anos atrás | |
fuzz.go | há 6 anos atrás | |
gen.sh | há 6 anos atrás | |
read.go | há 6 anos atrás | |
return.go | há 6 anos atrás | |
spec091.go | há 6 anos atrás | |
types.go | há 6 anos atrás | |
uri.go | há 6 anos atrás | |
write.go | há 6 anos atrás |
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 a functional interface that closely represents the AMQP 0.9.1 model targeted to RabbitMQ as a server. This includes the minimum necessary to interact the semantics of the protocol.
Things not intended to be supported.
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.
Use Godoc documentation for reference and usage.
RabbitMQ tutorials in Go are also available.
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.
Thanks to the community of contributors.
BSD 2 clause - see LICENSE for more details.