Rabbitmq cluster setup with HAproxy

Install RabbitMQ Use the following steps to install RabbitmQ http://www.cloudkb.net/rabbitmq-installation-centos/ Create the RabbiMQ Cluster Clustering connects multiple nodes to form a single logical broker. Virtual hosts, exchanges, users and permissions are mirrored across all nodes in a cluster. A client connecting to any node can see all the queues in a cluster. Clustering enables high […]
Continue reading…

 

RabbitMQ installation on CentOS

AMQP The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing (including point-to-point and publish-and-subscribe), reliability and security. RabbitMQ RabbitMQ is open source message broker software (sometimes called message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP). The […]
Continue reading…