Re: ActiveMQ time in queue

2011-03-06 Thread ronsho
This is very helpful, thanks! One follow up question - how would the broker behave when the message hopped between two instances? For example, message was put to one broker on a specific machine, and hop to another broker on a different machine (clocks between the machines can be either synced or

Re: ActiveMQ time in queue

2011-03-06 Thread Reynald Borer
Hi Ron, If you want to see how long a message stayed in the broker, you can compute this value by yourself. On each message processed by ActiveMQ, you can find two properties: - brokerInTime: the time when the message arrived in the broker - brokerOutTime: the time the message left the broker B