Bunny: Another synchronous Ruby AMQP client
Bunny is a Ruby AMQP client that allows you to communicate with AMQP-compliant brokers/servers in a synchronous fashion.
Bunny provides a simple API that gives you the ability to -
- Create/delete exchanges
- Create/delete queues
- Publish/consume messages
People are looking at AMQP as a way to combat scalability issues as well as for general application intercommunication. If you want an easy way to dabble with AMQP give Bunny a try.
Post a comment