Consumers won't get msgs after JMX operation removeMatchingMessages() was
called on a queue.
--------------------------------------------------------------------------------------------
Key: AMQ-3193
URL: https://issues.apache.org/jira/browse/AMQ-3193
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.4.2
Reporter: Dejan Bosanac
Assignee: Dejan Bosanac
Fix For: 5.5.0
Follow these steps to reproduce the problem:
* start broker
* start a producer and send two or more messages to a queue
* start jconsole
* click on the queue and select Operations.
* click browse and copy the JMSMessageID of the first message into clipboard
* invoke JMX operation removeMatchingMessages() with argument
JMSMessageID='<message id>' , where <message id> is the copied JMSMessageID.
* verify that >= 1 message are still on the queue
* now start a consumer that connects to this queue. It won't get any messages.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira