Inactivity overnight causes issues

2007-12-14 Thread LizNJ
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

Failover config

2007-10-05 Thread LizNJ
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

Connecting To Master

2007-09-21 Thread LizNJ
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