Re: CMS does not correctly support prefetchSize=0

2008-01-28 Thread DominicTulley
Thanks for the prompt reply Tim. I didn't want to raise a Jira until it seemed likely that it was a defect rather than a mistake I was making. I've now raised Jira https://issues.apache.org/activemq/browse/AMQCPP-161 AMQCPP-161 to cover this. I don't have a test case at this point (the code e

Re: CMS does not correctly support prefetchSize=0

2008-01-28 Thread Timothy Bish
Its possible we don't support it correctly, I don't know as we've ever really tested that. I'd suggest you write a Jira Issue describing what you are seeing as well as some sample code that reproduces the problem so that when one of us has time we can look into it. Regards Tim. On Mon, 2008-01

CMS does not correctly support prefetchSize=0

2008-01-28 Thread DominicTulley
AMQ-850 introduced the ability to set the message prefetch size to 0. This appears to all work correctly with a java client (using a synchronous consumer) but using the C++ client libraries, it does not work. Instead, what we see is that messages are never consumed from the queue and the client s