LibraryToggle FramesPrintFeedback

A master/slave group consists of two or more brokers where one master broker is active and one or more slave brokers are on hot standby, ready to take over whenever the master fails or shuts down. All of the brokers store the message and event data processed by the master broker. So, when one of the slaves takes over as the new master broker the integrity of the messaging system is guaranteed.

Fuse Message Broker supports three master/slave broker configurations:

  • Shared nothing—the master forwards a copy of every persistent message it receives to a single slave broker

  • Shared file system—the master and the slaves use a common persistence store that is located on a shared file system

  • Shared JDBC database—the masters and the slaves use a common JDBC persistence store

Comments powered by Disqus