[Dev] Unique value to match Request and Response in ESB

2015-01-22 Thread Niranjan Karunanandham
Hi all, In ESB, is there a unique field that we can use to find out (in the log when wire logs are enabled) the response for a request? Regards, Nira -- *Niranjan Karunanandham* WSO2 Inc.: http://www.wso2.com ___ Dev mailing list Dev@wso2.org http://

Re: [Dev] Unique value to match Request and Response in ESB

2015-01-22 Thread Malaka Silva
Hi Niranjan, I'm afraid there is no straight forward way to do that. However you can identify it by analyzing the logs. But it's bit difficult if there are quite alot concurrent connections. On Fri, Jan 23, 2015 at 3:56 AM, Niranjan Karunanandham wrote: > Hi all, > > In ESB, is there a unique f

Re: [Dev] Unique value to match Request and Response in ESB

2015-01-22 Thread Niranjan Karunanandham
Thanks Malaka. I was able to identify the request and response by generating a random number (using script mediator) and logging it in the inSequence and outSequence. Regards, Nira On Thu, Jan 22, 2015 at 4:11 PM, Malaka Silva wrote: > Hi Niranjan, > > I'm afraid there is no straight forward w