Re: Send port that subscribes to ALL msgBox messages?

Home Page Forums BizTalk 2004 – BizTalk 2010 Send port that subscribes to ALL msgBox messages? Re: Send port that subscribes to ALL msgBox messages?

#18789

If you want the message as they come into the message box from a Receive Port, you could set BTS.ReceivePortName Exists.  If you want them coming out of the Orchestration, BTS.Operation (or OperationName something like that) Exists. 

Note that you may end up with many more messages than you are expecting since BizTalk published messages internally.

Hope this helps.

Stephen W. Thomas