You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by haipv <he...@gmail.com> on 2014/08/22 09:41:14 UTC

Check existence of specific message on queue in ActiveMQ SV by CorrelationId, OR JMSMessageID

There are any way to check existence of specific message on queue in ActiveMQ
server without consumer the message?



--
View this message in context: http://activemq.2283324.n4.nabble.com/Check-existence-of-specific-message-on-queue-in-ActiveMQ-SV-by-CorrelationId-OR-JMSMessageID-tp4684923.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Check existence of specific message on queue in ActiveMQ SV by CorrelationId, OR JMSMessageID

Posted by artnaseef <ar...@artnaseef.com>.
You may be able to find a way - such as using a Queue Browser - but ActiveMQ
is not a message store nor a relational database.  It is not designed for
such a query, so any solution to this problem will likely perform poorly and
be hard to get supported.



--
View this message in context: http://activemq.2283324.n4.nabble.com/Check-existence-of-specific-message-on-queue-in-ActiveMQ-SV-by-CorrelationId-OR-JMSMessageID-tp4684923p4684957.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.