RabbitMQ is a message broker which can be used in asynchronous communication between multiple systems and guarantees message delivery and reliability with some exceptions. It is built using a programming language called Erlang. It implements Advanced Message Queueing Protocol (AMQP) for communication. In this…
Tag: Message Broker
Installing RabbitMQ in Ubuntu 16.04 LTS
In this article, we will discuss about installing RabbitMQ in Ubuntu. This will be same as we discussed for Windows but instead of installing using exe file, we will be installing using the APT repository as mentioned in the RabbitMQ…