java - Camel: disable polling messages -


i using camel setup routing using file , jms-queue components. problem having cannot disable polling messages sent console.

i tryed multiple ways disable these messages setting logging level(runlogginglevel = off) on routes, trace = false on context, set logger on routes , few others nothing works.

a message file component looks this:

2013-08-26 09:34:47,651 debug [camel (camelcontextorder) thread #0 - file://order-import/order-in] o.a.c.c.f.fileconsumer took 0.001 seconds poll: order-import\order-in 

and messsage jms queue:

2013-08-26 09:34:46,281 debug [activemq journal checkpoint worker] o.a.a.s.k.messagedatabase checkpoint started.  2013-08-26 09:34:46,403 debug [activemq journal checkpoint worker] o.a.a.s.k.messagedatabase checkpoint done. 

you have debug logging level configured. should change info etc camel / activemq not log much.

check logging configuration adjust this.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -