Hi All, Hoping you guys can point me in the right direction. I'm integrating with an async serivce (one channel for requests and another for replies). The replies will have a correlation id that allows me to send the reply to the requesting service. I'm not sure where to start with this. I'm thinking I will have 2 binding components (one for sending requests and another for handling replies). What I'm not sure about is what i need to do to make sure that the reply gets to the client instance that sent the original request.
Ultimately here is what i would like to see happen: Client creates an InOut exchange and sync sends it to NMR. BC 1: formats and sends the request to a 3rd party system BC 2: recives the reply from 3rd party BC 2: formats a message (InOut/In/?) and sends it to NMR Client recieves the reply. I've looked through the samples and didn't see anything like this. Any help is greatly appreciated. Thanks -- View this message in context: http://www.nabble.com/Choreography-Orchestration-Question-tf3164899s12049.html#a8779749 Sent from the ServiceMix - User mailing list archive at Nabble.com.
