bootcampgrad

Follow

bootcampgrad

Follow

RabbitMQ and Ruby/Rails

Daniel Gonzalez's photo
Daniel Gonzalez
·Jun 22, 2021·

1 min read

RabbitMQ is a popular message broker software.

If you're using RabbitMQ in ruby/rails, consider using the bunny library for publishing messages (github.com/ruby-amqp/bunny) and the sneakers library for reading and processing messages (github.com/jondot/sneakers).

 
Share this