Using RabbitMQ and AMQP with Ruby
AMQP stands for Advanced Message Queuing Protocol. RabbitMQ is a server that implements the protocol. In this edition of Ruby on Cloud, I show a sample publisher and consumer code using AMQP.
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!
AMQP stands for Advanced Message Queuing Protocol. RabbitMQ is a server that implements the protocol. In this edition of Ruby on Cloud, I show a sample publisher and consumer code using AMQP.
Post a comment