RabbitMQ - Avoid loss of messages when using a cluster or general use You likely want to avoid loss of messages when using RabbitMQ. This post is about clusters, but I will begin by discussing how this is done »
RabbitMQ Cluster - Queues on more than one node and how to create failover A RabbitMQ cluster consists of several RabbitMQ nodes (instances) that work together and form a single logical broker. Queues in a RabbitMQ cluster only reside on »