Is it possible, using the activemq-admin tool, or any other such tool such as
JMX, to obtain the consumer (or even better, the IP address) that a certain
message has been sent to? My only information in this context is the
MessageID and the contents of the message.
--
View this message in contex
That is what I will do, then. Thanks for the help.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Using-the-command-line-tools-to-delete-multiple-messages-at-once-tp4668643p4668854.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
I've tried many variations of the above, since the last post, and I do
not think there is a way to get it to accept more than one MessageID
specified like that at a time.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Using-the-command-line-tools-to-delete-multiple-me
On 06/27/2013 12:04 PM, ceposta [via ActiveMQ] wrote:
> the purge command takes a selector or sql92 selector. could you just try
> (JMSMessageId = 'id1') OR (JMSMessageId = 'id2') OR (.)?
I've tried different variations of that syntax and I appear to be
getting a MalformedObjectNameException
I should specify that I am using ActiveMQ 5.8.0
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Using-the-command-line-tools-to-delete-multiple-messages-at-once-tp4668643p4668644.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
I've been looking at the command line tools reference page for some time. The
purge task seems to do what I want, but I don't seem to be able to remove
multiple messages this way by specifying them directly using the message
selector option. I can either delete one message, or a range using
wildcar