biztalk and the System Messaging namespace

When communicating with Biztalk, does the System.Messaging namespace seem a good place to start writing objects

The Global Bank example seems to use its own mechanism for Biztalk and uses the namespace for MSMQ only. Is there a reason for this

Thanks for any advice

Jason



Answer this question

biztalk and the System Messaging namespace

  • idealsys

    I don't understand my problem either!

    I couldn't figure out why the Global Bank doesn't use System.Messaging for its communication with Biztalk and seems to use its own.

    Even if I use a file or soap port on Biztalk, the messages I receive and send could be manipulated using this System.Messaging objects (or at least I think they could).

    Global Bank has confused me and I was interested in what others had done.

    Jason


  • Patrickh60

    I don't understand your question.

    You comunicate with the msmq, and BizTalk communicates with the msmq in its port..

    Your programm--> msmq--> Biztalk.



  • biztalk and the System Messaging namespace