Sunday, 25 August 2013

Camel: disable polling messages

Camel: disable polling messages

i am using camel to setup some routing using the file and jms-queue
components. The problem that i am having is the i cannot disable polling
messages sent to the console.
Tryed multiple ways to disable these messages by setting the logging
level(runLoggingLevel = OFF) on the routes, trace = false on the context,
set a logger on the routes and a few others but nothing works.
A message from the file component looks like 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 to
poll: order-import\order-in
And a messsage from the 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.

No comments:

Post a Comment