RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in