I have just discovered interesting thing. In BizTalk MSMQ send adapter you can set up Logon Info by providing User Name and Password to access the remote queue. But these properties (User Name and Password) do not exist in adapter class. I.e. when you construct message to be sent in orchestration you set up adapter properties, like this: deliveryMsg(MSMQ.BodyType) = 30; So there is no such things as User Name or Password properties in MSMQ adapter. This means you cannot specify a user you want to use for MSMQ dynamic port. Has anyone ever come across this issue? I can't beleive Microsoft did not include these properties by mistake. Any solution for that?
Thank you Jimmy