Description
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."