Are the numbers in the Enqueued column increasing, or just non-zero?  If
it's not increasing, could you have stranded messages on secondary when you
took primary down (and everyone failed over to backup) and then consumers
eventually migrated back to primary?  (See the Stuck Messages section of
http://activemq.apache.org/networks-of-brokers.html for a description of
the problem and how to solve it.)

On Thu, Oct 2, 2014 at 11:12 AM, pwalter <patrick.wal...@nasa.gov> wrote:

> I'm using the following client configuration :
>
>
> failover:(tcp://primary:61616,tcp://secondary:61616)?initialReconnectDelay=3000&maxReconnectDelay=2000&randomize=false&startupMaxReconnectAttempts=10
>
> When we publish a message we see the message being published to both
> primary
> and secondary servers by viewing the admin web pages. There are no
> consumers
> on the secondary server but we see numbers on the Massages Enqueued column
> and no numbers on the Messages Dequeued column.
>
> Any ideas? Are there more config items to put in the failover command?
>
> thanks for your help!
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Backup-Server-Failover-tp4686109.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to