The server based adapter relies on MQSeries Server running on Microsoft Windows Server. This design of this adapter guarantees reliable messaging because it supports Microsoft Distributed Transaction Coordinator (MSDTC). The adapter supports clustered MQSeries Servers and clustered MQSeries Queue Managers, and also clustered BizTalk servers. For more details about MQSeries Adapter, Please refer this MSDN Page Advantage:
The Client bases adapter is available to connect to Those MQ Servers which are not running on Windows machines. They might be running on UNIX/AIX etc. If there is a requirement to communicate with a MQ server which is running over non windows serves, the solution is use MQSC adapter. In order to use this adapter you would need to install HIS (Host Integration Server) from Microsoft. Refer this dedicated MSDN article about MQ Adapters. Advantage:
The MQSeries adapter uses MSDTC for transactions so it is absolute necessary to check below things before starting:
The following blogs might provide guidance about understanding more about BizTalk and MQ Series:
Another important place to find a huge amount of BizTalk related articles is the TechNet Wiki itself. The best entry point is BizTalk Server Resources on the TechNet Wiki.
Maheshkumar S Tiwari edited Revision 40. Comment: Minor formatting
Sandro Pereira edited Revision 36. Comment: Fixing text format
Steef-Jan Wiggers edited Revision 34. Comment: Minor edit
Carsten Siemens edited Revision 31. Comment: Fixed layout
Carsten Siemens edited Revision 30. Comment: Fixed typos and added tag: has comment
Ed Price - MSFT edited Revision 23. Comment: Cleaned up TOC
Naushad.Alam edited Revision 21. Comment: formatting changes
Naushad.Alam edited Revision 20. Comment: added list item "how to setup and test the BizTalk Adapter for MQ", some formatting vhanges
Naushad.Alam edited Revision 19. Comment: formatting revised,added one list in msdn social
Naushad.Alam edited Revision 18. Comment: revised formatting
I noticed that this was written in 2012, but some of your links, such as MSDN white paper is to BizTalk 2002.
Awesome article
Hi Naushad, very good article, i am facing some issues with MQSC adapter can you give your thoughts on that.
social.msdn.microsoft.com/.../c3f29e14-3fb0-4e09-b7c8-68513877c4bd
Thanks! We are happy that it was useful for you.
Great article, very useful for people looking for options to communicate with MQ Server.