I have a LR, nested with atomic transaction, inside atomic transaction i have 2 recive shapes one with activate set to true and initialize correlation, next with following correlation, but i ham getting getting error
an atomic scope may not contain a receive with a correlation filtration initialized in the same scope.
i did not come across such situation, but its looks logical. you cannot place a following correlation because there is no guarantee when the second receive gets a message. And the atomic scope has to finish its scope immediately.
There is no guarantee when the second message will receive a message, but the atomic scope definitely doesn’t have to finish immediately. It even has a timeout property!
The engine doesn’t dehydrate the orchestration while within the atomic scope, and this eats some resources.
Otherwise, I also don’t understand why this restriction on atomic scopes exists.
Regards,
Igor
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.