Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Send port that subscribes to ALL msgBox messages? › Re: Send port that subscribes to ALL msgBox messages?
January 16, 2008 at 6:39 AM
#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