Multicast with two endpoints when request to the second depends on the response from the first one

2013-08-06 Thread mateo
Hi all, I need to send synchronously two different messages to two different endpoints but before I can create second request I need first get response from the first endpoint. I have tried to use multicast pattern but there is separate exchange created for each outcome so I cannot communicate

Re: Multicast with two endpoints when request to the second depends on the response from the first one

2013-08-06 Thread mateo
But to create request for ENDPOINT2 I need two things: original request (the one which was on Exchange while entering multicast) and response from ENDPOINT1. And doing this in proposed way I will lost request information (in Exchange in out there will be only response from ENDPOINT1). -- View