Re: Prefetch problem/misuderstanding.

2012-01-11 Thread John-MQ
Still having this same issue after testing a few more things I found on these forums... If anyone has any suggestions at all it would be greatly appreciated -- View this message in context: http://activemq.2283324.n4.nabble.com/Prefetch-problem-misuderstanding-tp4222551p4285065.html Sent from th

Re: Prefetch problem/misuderstanding.

2011-12-21 Thread John-MQ
the connection.createSession("true" in the consumer should have been false, but the problem remains. -- View this message in context: http://activemq.2283324.n4.nabble.com/Prefetch-problem-misuderstanding-tp4222551p4222555.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Prefetch problem/misuderstanding.

2011-12-21 Thread John-MQ
Hi all, I am having an issue and I'm not sure whether it's my misunderstanding of ActiveMQ prefetch or if I'm doing something wrong. Basically I want to slow down my consumer by prefetching 10 messages and having no more messages incoming until I send acknowledges back. From my reading on the Act