By mitchp
via java.dzone.com
Published: Jan 29 2013 / 08:31
This is a followup to my previous post on configuring multiple instances of the ActiveMQ web console into a single instance of Jetty. In this post I'll show how the pair of brokers were configured to enable them to be highly available in the event that one of the brokers should fail. The master/slave configuration used in this example is referred to as the Pure Master Slave. There several different types of master/slave configurations including Shared File System Master Slave and JDBC Master Slave, the latter of which I will look at in a later post.
Tweet
SaveShareSend
Tags: how-to, open source, tools, web services
Add your comment