Have you enabled the tracer?
http://camel.apache.org/tracer.html

It may or may not be useful for this problem to read this sort of output...
INFO  TraceInterceptor     - ID-davsclaus-local-54403-1246038742624-0-1 >>> 
from(direct:start) --> MyProcessor     , Pattern:InOnly, Headers:{from=Claus}, 
BodyType:String, Body:This is Copenhagen calling
INFO  TraceInterceptor     - ID-davsclaus-local-54403-1246038742624-0-1 >>> 
MyProcessor --> mock:a                 , Pattern:InOnly, Headers:{from=Claus}, 
BodyType:String, Body:This is Copenhagen calling
INFO  TraceInterceptor     - ID-davsclaus-local-54403-1246038742624-0-1 >>> 
mock:a --> mock:b                      , Pattern:InOnly, Headers:{from=Claus}, 
BodyType:String, Body:This is Copenhagen calling

Taariq

-----Original Message-----
From: Jason Chaffee [mailto:[email protected]] 
Sent: 15 November 2010 23:16
To: [email protected]
Subject: messages stuck in queues

I am seeing issues where my messages are getting stuck in queues.  I check the 
MBeans and it says they are inflight, so the consumer hasn't picked them.  In 
my case, the consumer is a POJO method in the same JVM.
Also, it appears retries are not happening.  It just gets stuck.

 

Before I attach my configuration, etc.  I am wondering if anyone has seen this 
or has idea of what might be happening?

 

Thanks.

 

Jason

Reply via email to