Hi,
After several clients have connect to ActiveMQ, if you use jconsole to check
on the attributes of topic ActiveMQ.Advisory.TempQueue, it shows that there
are 16 consumers (in my case), but the DequeueCount is always 0.
InFlightCount == DispatchCount and is not zero. EnqueueCount == QueueSize.
Hi,
Is there a route method that stops the route processing dead? For example, I
want to stop the Camel JMS message from replying based on a condition. Does
ProcessorType.clearOutput() do that? There is no documentation for it.
Thanks
--Michael
--
View this message in context:
http://www.na
Hi,
There is no documentation for org.apache.camel.model.ProcessorType and its
descendants. Is there any alternative documentation?
Thanks
--Michael
--
View this message in context:
http://www.nabble.com/Documentation-of-org.apache.camel.model.ProcessorType-tp22123614p22123614.html
Sent from
Hi,
I have a Camel component that is long running (up to 2 minutes), and the
request/respond is done via a pair ActiveMQ queues. Is there a way with
Camel to wait for the completion of the long running task before replying
without using a blocking thread?
The simple solution is to let the thread