Hello all,

I'have the following Camel route :


<from  uri="cxf://url...">

<to uri="file:///users/demo"/>

<to  uri="jms:queue:demo"/>

<process ref="processor"/>

...

<to uri="ftp://srvftp"/>

<to uri="smtp://user@host"/>


I'm looking to have ,at end of processing of the route the route, a summury
or a report showing if the 

processing have been a succes or a failure and  if failure in some step give
me the error or a hint ..


something like the following :

----------------------------------------------------------------
Report route processing at $date

Success (or Failure) :

endpoint 1  ----------------------------------------------- ok 
endpoint   2  ----------------------------------------------- ok
....
endpoint  n ------------------------------------------------- failure or
error sending the message to...go to 

log file 

endpoint   2---------------------------------------------------- ok

etc..

Is there any component to do this in the camel component list?

If not what is the best way to do it ?


Kind regards..



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-route-Audit-and-processing-summury-tp5784338.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to