Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to set MSMQ Label property to guid in Orchestration? › Re: How to set MSMQ Label property to guid in Orchestration?
August 11, 2008 at 8:09 PM
#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.