ActiveMQ.Advisory.TempQueue dequeueCount is 0

2010-05-24 Thread mwc%
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.

Stop JmsExchange from replying

2009-02-20 Thread mwc%
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

Documentation of org.apache.camel.model.ProcessorType

2009-02-20 Thread mwc%
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

How to integrate a long running task using Camel

2009-02-17 Thread mwc%
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