We have an application that uses activemq to send data from one server to
another. It works just fine, but during the night no data is sent. If we do
not restart all the servers in the AM before messages are sent we get
errors. The errors don't seem to be consistant.
At first we got an error comp
I have a system that has two brokers that use a shared file system for
persistance.
For purposes of my explaining my issue, consider that Broker1 came up as the
master and Broker2 is the slave.
If Broker1 goes down, the applications (producer and consumer) failover to
Broker2 just fine. Broker2 n
I have a broker on one server (serverA) that needs to connect to a broker on
a set of servers (serverB or ServerC). At any given time either B or C will
be the master and the other will be slave. How can I connect my broker on A
so that once it connects to the master it does not continuously attem