Re: jms.prefetchPolicy.queuePrefetch=1 means 2 outstanding messages?

2012-11-15 Thread himanshu_s83
Ok. Sure, will try that. So I assume that with usePrefetchExtension=false, it doesn't matter whats the prefetch size. Correct? With Prefetch Size 0 we initially saw messages getting consumed faster but after a while, consumption rate became dead slow and queue size kept on increasing to a very hig

jms.prefetchPolicy.queuePrefetch=1 means 2 outstanding messages?

2012-11-15 Thread himanshu_s83
Hi! We have a case whereby we've set jms.prefetchPolicy.queuePrefetch=1 and we see that we have 2 outstanding messages in consumer's session queue. 1 getting processed and 1 waiting. Problem is that the processing message might take long time to complete and send ack back to Broker causing the oth

Re: ActiveMQ Message Wait Time in Broker

2012-09-20 Thread himanshu_s83
Yes, I'd like to know the time when its consumed by a non-browser client. Because mine is a queue setup in which one and only one consumer can consume. So my query is to figure out, at what time it is dispatched to such a non-browsing consumer. Message would anyways be there in broker in un-acked c