Can you verify that there is a 20 minute difference between the values
of the message properties:
JMSActiveMQBrokerInTime
JMSActiveMQBrokerOutTime
Is this reproducible?
On 28 September 2012 08:09, himanshu_s83 wrote:
> Yes, clocks are perfectly in sync between brokers and consumers. Both use
On Fri, Sep 28, 2012 at 8:53 AM, himanshu_s83 wrote:
> No, the message was delivered to only one consumer and only once. This we've
> verified in our systems. That's why its quite puzzling for us as to why the
> Broker took 20 mins of time to dispatch message to a consumer.
>
Is the clocks in or
it there any chance that that message was inflight to another consumer
that never acks and it only becomes available for redelivery when that
consumer terminates.
What is the value of the redeliveryCounter or (JMSRedeliveredFlag) on
that message after 20 minutes?
On 27 September 2012 18:08, hima