This content has been marked as final.
Show 1 reply
-
1. Re: How to delete specified message from the Queue where my HornetQ is embedded with jboss 7.1.1 as ?
jmesnil Oct 30, 2013 5:41 AM (in response to ajinkya.bambal)Using the CLI, there is a remove-message operation to remove a message from a jms-queue:
/subsystem=messaging/hornetq-server=default/jms-queue=MyQueue:remove-message(message-id=XXXX)