Sending Message to MSMQ which resides in extranet from Intranet.

Home Page Forums BizTalk 2004 – BizTalk 2010 Sending Message to MSMQ which resides in extranet from Intranet.

Viewing 1 reply thread
  • Author
    Posts
    • #20639

       Hi Gurus,

         I have one weired problem. I Have created one MSMQ queue in Extranet Server. And from BizTalk(Which Is in Intranet) sending Xml message to the MSMQ and receving same xml Message from there For that I have created 2 send ports and 2 receive ports. One rcv port for dropping xml messages and one send port for sending that xml to MSMQ and vice versa. The problem is when I dropped xml Messages into folder BizTalk is picking up But when I see Messages in MSMQ Queue there are no messages there on that server nor BizTalk throwing any error messages I have checked in event log and in sus queue, and my out folder nothing is there.?? Does anybody have any clue of this?? Is this because I am trying to access across the domain from Extranet to Intranet??

      Thanks,

      Baba

       

    • #20640

      Did the message maybe get dehydrated?  You can check by running a query for “All Service Instances”, rather than just for suspended instances.  I find this is the easiest way to look for messages stuck in BizTalk.  This way, in addition to suspended messages, you will be able to see the dehydrated messages, ready to run messages, etc.  Also, you might want to view the message flow in HAT.  That will show you the chain of receive ports, orchestrations, and send ports that processed the message.  This could be a firewall issue, but there will be an error or a stuck message somewhere.

      Also, are you using the MSMQ adapter?  You might want to consider using the WCF-NetMSMQ adapter instead, so you can leverage the WCF tracing stack to help debug your issue.

      • #20641

         Yes, I am checking using All Service Instances..There are no dehydrated messages. I am using MSMQ. I also looked into HAT but there also not much information which i can get. I will try with WCF-netMSMQ.

        Thanks,

        Baba

         

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