Amit Kumar
Amit Kumar

Reputation: 285

logging of message details in activemq with camel

I want to log message details that are going into activemq queue and the response message coming to the queue (queue's exchange pattern is inOut). Kindly guide.

Upvotes: 2

Views: 2084

Answers (2)

Claus Ibsen
Claus Ibsen

Reputation: 55525

ActiveMQ has plugins and interceptors. So you can also configure this generally on the broker, using the logging interceptors. Some details here: http://activemq.apache.org/logging-interceptor.html

Upvotes: 1

kds
kds

Reputation: 28665

You can simply use log4j and also refer Apache-camel log options.

how do i enable debug logging, Log Component and also LogEIP

Upvotes: 0

Related Questions