Dynamic MSMQ port error – ‘outbound transport could not be resolved ‘

Home Page Forums BizTalk 2004 – BizTalk 2010 Dynamic MSMQ port error – ‘outbound transport could not be resolved ‘

Viewing 1 reply thread
  • Author
    Posts
    • #24107

      In my configuration file i have the folloing as my queue destination path to be used on my dynamic send port.

      • myQueuePath =    queue://FORMATNAME:DIRECT=OS:.\PRIVATE$\MyQuePath

      In the orchestration (Expression shape) i have the following

      • MyDynamicSendPort(Microsoft.XLANGs.BaseTypes.Address) = myQueuePath;

      but im getting the following error:

       

      • The outbound transport could not be resolved because a matching transport protocol prefix could not be derived from the URL “queue://FORMATNAME:DIRECT=OS:.\PRIVATE$\MyQuePath”.

       

      Why am i getting this error? Any help would be greatly appreciated.

      Thanks

    • #24108

      The MSMQ adapter uses the MSMQ:// scheme for its URLs, not queue://. Might that be what’s causing you trouble?

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