Re: Active MQ - Performance with CLIENT Ack

2017-07-15 Thread Tim Bain
If the dequeue count is staying at 0, then this isn't a performance problem, and you can ignore that portion of my earlier email in this thread. It sounds like something's not right, either with your code or with ours. Can you please post the consumer code you're using, so we can see if there's an

Re: Active MQ - Performance with CLIENT Ack

2017-07-15 Thread akpuvvada
When I tried multithreaded (processing parallel) the subscriber is not logging any receipt. That made me affectively conclude it is not processing any messages. However, when I tried single thread (serial processing) I can see the subscriber is updating the log; so I know it is receiving the messag

Re: Active Durable Subscriber status automatically changing to offline Durable Subscriber [5.14.1 Most Stable Version]

2017-07-15 Thread tejas13
When this happens with your real-world server (in the morning or the middle of the night), are you experiencing network partitions that result in the subscriber really truly being offline for some period of time? If so, you completely left that out of your initial description, and it means tha