We are developing a product which carries out all the transaction in activeMQ
.

we have q1 & q2 hosted in a broker and q3 in two brokers(Master/Slave
configuration).
Our product reads messages from q1 broker b1 and populates the same in q3
broker 2 .Now after some of the messages are enqueued into q3 ,broker b2 is
stopped and so broker 3 starts eventually.
Upon restart the message counts are reset to 0 . Our product also reads
messages from q3 and populates it to q2 of broker b1. Now there is a
discrepancy observed in the message count.
The number of messages in enqueued in q1 is less than the number of messages
enqueued in q2.

Now We are populating only the messages that we receive from q1 into q3
after processing it through q3.

Is it possible that before starting b1,there might have been some pending
messages in q3 that would have populated q2 after starting our product.Hence
the counter was 0 initially for both q1 and q2 in broker 2 but after
starting q3 is high?


Are we missing something here to monitor,if so please advice us on how to
take it forward? 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Discrepancy-in-message-counts-tp4692509.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to