Home Page › Forums › BizTalk 2004 – BizTalk 2010 › how to make an orchestration activate on 2 different queues › Re: how to make an orchestration activate on 2 different queues
December 16, 2006 at 6:41 PM
#16960
It’s not possible to have 2 Activates inside an Orchestration.
You need to either have 2 separate Orchestration or you need to tell the 2nd message what instance of an already running Orchestration it needs to get routed back to. Make sense?
It almost sounds like you have 2 separate processes.