MessageConsumer not waiting for broker response when prefetch of size zero is
used.
-----------------------------------------------------------------------------------
Key: AMQNET-200
URL: https://issues.apache.org/activemq/browse/AMQNET-200
Project: ActiveMQ .Net
Issue Type: Bug
Components: ActiveMQ
Affects Versions: 1.1.0
Reporter: Timothy Bish
Assignee: Jim Gomes
Priority: Minor
Fix For: 1.2.0
When the consumer prefetch is set to zero the MessageConsumer should be waiting
for the broker to respond to its MessagePull command with either a
MessageDispatch command that contains a message or that is empty before it
returns from the Receive(timeout) and ReceiveNoWait methods. Currently it
doesn't allow this to happen and can miss a pulled message, causing the client
to have to make multiple calls to these methods for to get a message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.