[
https://issues.apache.org/activemq/browse/CAMEL-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45811#action_45811
]
Claus Ibsen commented on CAMEL-639:
-----------------------------------
I am experimenting with something here. I can get it somehow to work. But the
very first step is not recorded easily as I just use the Tracer interceptor.
Notice the *null* in the 1st and 4th line. Line 1-3 is one exchange. Line 4-6
is another exchange.
{code}
2008-09-18 21:55:55,656 [main ] INFO TraceInterceptor
- ID-claus-acer/3994-1221767755421/2-0 null -> Processor[MyProcessor] :
Body:Hello London
2008-09-18 21:55:55,671 [main ] INFO TraceInterceptor
- ID-claus-acer/3994-1221767755421/2-0 Processor[MyProcessor] -> To[mock:a] :
Body:Hello London
2008-09-18 21:55:55,671 [main ] INFO TraceInterceptor
- ID-claus-acer/3994-1221767755421/2-0 To[mock:a] -> To[mock:b] : Body:Hello
London
2008-09-18 21:55:55,687 [main ] INFO TraceInterceptor
- ID-claus-acer/3994-1221767755421/2-1 null -> Processor[MyProcessor] :
Body:This is Copenhagen calling
2008-09-18 21:55:55,703 [main ] INFO TraceInterceptor
- ID-claus-acer/3994-1221767755421/2-1 Processor[MyProcessor] -> To[mock:a] :
Body:This is Copenhagen calling
2008-09-18 21:55:55,703 [main ] INFO TraceInterceptor
- ID-claus-acer/3994-1221767755421/2-1 To[mock:a] -> To[mock:b] : Body:This is
Copenhagen calling
{code}
> Tracer to show the from nodes
> -----------------------------
>
> Key: CAMEL-639
> URL: https://issues.apache.org/activemq/browse/CAMEL-639
> Project: Apache Camel
> Issue Type: Improvement
> Reporter: James Strachan
> Fix For: 1.5.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.