| Mike Watson 2005-02-23, 5:58 pm |
| Hi John,
The new MSMQ adapter will not have any global context properties available
to you by default. What you are seeing are the old context properties for the
MSMQT Adapter.
To access the MSMQ context properties, your project will need to add a
reference to the Microsoft.BizTalk.Adapter.MSMQ.MsmqAdapterProperties.dll. If
you installed the adapter in the default directory, the dll will be here :
C:\Program Files\Microsoft BizTalk 2004 Adapter for MSMQ
Best Regards,
Mike Watson
"John" wrote:
> Hi,
>
> I have 2 questions regarding the new MSMQ adapter...
>
> 1. The new MSMQ adapter seems to use the MSMQT schema properties is this
> true?
>
> 2. I am setting the msg(MSMQT.Label) property and this isn't being put on
> the MSMQ message by the adapter when it gets sent to the queue. If I check
> the message properties I can see this set.
>
> --
> John
|