Try using the camel message history component to see the history of the
exchange. Based on that you can proabably create a custom report.
http://camel.apache.org/message-history.html

On Thu, Jun 23, 2016 at 9:29 AM, mabahma [via Camel] <
ml-node+s465427n5784338...@n5.nabble.com> wrote:

> 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..
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://camel.465427.n5.nabble.com/Camel-route-Audit-and-processing-summury-tp5784338.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> NAML
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




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

Reply via email to