I have an Orchestration in my application which receives an XML message as an input from MSMQ, processes it and then in the end sends it to an OnRamp WCF send port. Now the OnRamp port has got following configurations set -
Application: MyApplication
Priority: 5
Route Failed Message: false
Stop Sending On Failure: false
Send Pipeline: Microsoft.BizTalk.DefaultPipelines.PassThruTransmit
Dynamic: false*
Two-Way: false
Address: http://localhost/ESB.ItineraryServices.Generic.WCF/ProcessItinerary.svc
Type: WCF-WSHttp
- Send Handler: BizTalkServerApplication
My requirement is , when the Orchestration is sending an XML (as output in the end) to this port, these messages must to be picked by other Orchestrations which is not happening in my case. All the messages are stuck in this port. Please help me with this problem.
Thanks!