Guides 11791 Published by

The Geek Stuff shows you how to install RabbitMQ Server and Erlang on Linux



RabbitMQ is an open source message queue server that you can use to build your messaging applications. In simple terms, you can put a message to the queue from one application, and retrieve the message from the queue from the same application, or from a different application. You can use wide varieties of programming languages to connect to RabbitMQ, create and retrieve the messages.
  How to Install RabbitMQ Server and Erlang on Linux