NMS.Stomp MessageConsumer throws exception with wrong / misleading error text
-----------------------------------------------------------------------------
Key: AMQNET-313
URL: https://issues.apache.org/jira/browse/AMQNET-313
Project: ActiveMQ .Net
Issue Type: Bug
Components: Stomp
Affects Versions: 1.4.0, 1.5.0
Reporter: Timothy Bish
Assignee: Timothy Bish
Fix For: 1.5.1
When a call to a Receive method is done and there is already a registered
asynchronous listener the Stomp MessageConsumer throws an exception with the
message:
"Cannot set Async listeners on Consumers with a prefetch limit of zero"
This should be
"Cannot perform a Synchronous Receive when there is a registered asynchronous
listener."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.