As part of the testing I will be carrying out, I have been asked to create a send port which subscribes to all messages in the message box, so that after running an E2E scenario, there will be a folder containg a file for each message that has been written to the messagebox for that scenario.
Does anyone know if there is a way to do this? My attempts so far have been unsuccessful.
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
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.