How to set MSMQ Label property to guid in Orchestration?

Home Page Forums BizTalk 2004 – BizTalk 2010 How to set MSMQ Label property to guid in Orchestration?

Viewing 1 reply thread
  • Author
    Posts
    • #20383

      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… 

       

       

    • #20386

      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.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.