Hi,
I have one orchestration who receive two correlated messages. It receivce a first message, then i change the version of my assembly during the orchestration is waiting of the second message.
After the redeployment, i unenliste the orchestration in old version and enliste the new version. My question is the following :
When the second message is received, i wish that only the old version get the message.
For the moment, the both versions get the message. So, an instance in new version is waiting the first message and it's not that i want.
Thanks for help,
Florian
Hi Florian,
Once you unlisted the orchestration means that we are removing the sebcription, then how you expecting your old version of orchestration will pick up the first message...here it is created two diffrent instance one for old version another for new version.
With Regards
SK