AMQP 0.9.1 client with RabbitMQ extensions in Crystal.
Beta
Crystal language version 0.20 and higher.
The goal is to provide the usable interface to RabbitMQ server, by implementing the AMQP 0.9.1 spec in pure Crystal language.
Add this to your application's shard.yml
:
dependencies:
amqp:
github: datanoise/amqp.cr
Please see 'examples' directory for various usage scenarios.
MIT clause - see LICENSE for more details.