BizTalk MSMQ Adapter and the MsmqAdapterProperties.dll
Posted by: Stephen Kaufman's WebLog,
on 13 Mar 2005 |
View original | Bookmarked: 0 time(s)
I have been working on an application which needs to send a message to a queue in which the queue location was contained in the incoming XML Message. This was simple as you can just set the send port binding to Dynamic and provide the address through a distinguished field using an expression shape and the following code; MSMQSend(Microsoft.XLANGs.BaseTypes.Address) = <DistinguishedAddressField>;. The address needs to be in the following syntax; "MSMQ://FORMATNAME:DIRECT=OS:MachineName/Private$/QueueName....