Hi everyone,
I am new to the Camel and dealing with such a problem.
I need tracer of route, but specifically. 
I need such a camel component which could provide me information whether
during some period – message has passed through one route or not. 
Requirement is that I need to write down log (for example just  “information
passed”) into database. After it must be monitored if all routes are working
or some has stuck.

One way I thought is just to add multicast for every route , and send
message to some Custom endpoint which will carry out logging. 
But in this case the whole message will be send to the endpoint while I
don’t need it.  
But isn’t there any camel standard approach to handle this issue?

Can someone suggest me solution?

-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Tracing-Route-status-tp3315011p3315011.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to