Hi,
I have been facing one problem, at the time of deleting the active MQ
Messages from JMS Queue.
I am trying to delete the active ma messages using perge method, it is
taking too much time when the messages are more than 100. we are using the
Active mq persistance.
Do we have any more methods to
Hi,
I have configured the route, like
from("jms:queue:queue1")
.transacted()
.process(new Processmyprocess())
.to("jms:queue:queue2");
At the time of processing the messages from queue1 to end queue2, if we try
to st