Hi, James,

Using wiretap is an anti-pattern 'cause you have to change your camel route to 
inject the wiretap component.
Monitoring and statistic management should be outside of the camel route.
The intercept process will "copy" the message if and only if this message is 
consume via the JMS component. 
 

Greg AUTRIC                        
JBoss Middleware Consultant

email   : gautric __at__ redhat __dot__ com
twitter : @gautric_io

----- Mail original -----
De: "James Carman" <[email protected]>
À: [email protected]
Envoyé: Mercredi 25 Mars 2015 17:51:57
Objet: Re: Apache camel monitor activemq

Is it a Camel route that's consuming the messages eventually?  If so,
you can "wiretap" the messages off and log them if you want.

http://camel.apache.org/wire-tap.html

Reply via email to