self-proclaimed internet enthusiast!

Message Queues

ZeroMQ

RabbitMQ

Membership

  • https://www.rabbitmq.com/clustering.html#cluster-membership
  • All data/state required for the operation of a RabbitMQ broker is replicated across all nodes.
  • An exception to this are message queues, which by default reside on one node, though they are visible and reachable from all nodes.
  • To replicate queues across nodes in a cluster, use a queue type that supports replication.

Clients

Queues

Failure

Stats and Metrics

Cluster Setup