Un-enlisting a BizTalk MSMQ send port in batch file

Posted by SteveC on Stack Overflow See other posts from Stack Overflow or by SteveC
Published on 2008-11-06T18:30:25Z Indexed on 2010/05/06 20:28 UTC
Read the original article Hit count: 326

Filed under:
|
|
|

I've got a solution which I setup / cleanup using batch files ... - there are a pair of MSMQ ports, send and receive, with another application on the end of the queues

I'm finding I can't properly stop the orchestration in the batch file ... the error is the send port is unenlisted - I'm using the StopOrch.vbs script from the SDK samples

But I can go into BizTalk Admin Console and manually stop the orchestration with Full Terminate Ok

The setup / cleanup works Ok if I don't actually push any messages down the MSMQ queues

© Stack Overflow or respective owner

Related posts about BizTalk

Related posts about msmq