In my case MSMQ Expects Label on the messgae, I am sending message to the MSMQ throght orchestration which Sending I need to set Label property of MSMQ Adaptor In orchestration…Please help…
You need to use a dynamic send port to set the label property from an orchestration. http://msdn.microsoft.com/en-us/library/aa560663.aspx. I think the property you need to set is MSMQ.Label. Since this is a dynamic send port, you won’t be able to configure any adapter properties through the BizTalk adminitration console, so you need to set all of the MSMQ context properties in the orchestration.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.