MSMQ – Transport

Home Page Forums BizTalk 2004 – BizTalk 2010 MSMQ – Transport

Viewing 1 reply thread
  • Author
    Posts
    • #17229

      Hi all,

      my Prob:

      My Biztalk application have to transfer a MSMQ between two folders but how? Can i use a simple File Transfer and say as File *.mq?

      Or is it this MSMQ type? But how kann I say transfer? This are the only params there is no folder.
      Computername\\[Private$]\\Queue
       

       

      Greetings

       

      Suara

       

    • #17232

      Suara,

       Your question is not very clear, do you want to get a message from MSMQ, and put that in the form of a file in a folder?

      You can use MSMQ adapter on the receive end, not the File Adapter for this purpose. Configure it to the location you have for that queue. Give the queue name in this format:

      FORMATNAME:DIRECT=OS:<ComputerName>\PRIVATE$\<QueueName>

      You can then receive messages dropped in this queue and once you receive it you can do whatever you like with them, process them in an orchestration, directly send it to the send port etc.

       

      Hope that helps.

      Regards,

      Sajid.

      • #17238

        Jeaha 🙂 MANY thx 🙂 that helps its exactly my prob Thx 🙂

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