Re: correlation id with tracing

2007-03-21 Thread Guillaume Nodet
Yeah, for example. I don't think the way the correlation Id is created is very important. See http://fisheye6.cenqua.com/browse/servicemix/trunk/common/servicemix-common/src/main/java/org/apache/servicemix/common/AsyncBaseLifeCycle.java?r=515741#l526 for the code in use in servicemix-common. On

Re: correlation id with tracing

2007-03-21 Thread Thomas TERMIN
>> I extended component support so that we have the four methods with the >> MessageExchange parameter to get and set the correlation id. >> >> public InOnly createInOnlyExchange(MessageExchange beforeExchange) >> public InOptionalOut createInOptionalOutExchange(MessageExchange >> beforeExchange) >

Re: correlation id with tracing

2007-03-21 Thread Guillaume Nodet
On 3/21/07, Thomas TERMIN <[EMAIL PROTECTED]> wrote: Guillaume, I extended component support so that we have the four methods with the MessageExchange parameter to get and set the correlation id. public InOnly createInOnlyExchange(MessageExchange beforeExchange) public InOptionalOut createInOp

Re: correlation id with tracing

2007-03-21 Thread Thomas TERMIN
Guillaume, I extended component support so that we have the four methods with the MessageExchange parameter to get and set the correlation id. public InOnly createInOnlyExchange(MessageExchange beforeExchange) public InOptionalOut createInOptionalOutExchange(MessageExchange beforeExchange) public