Author |
Message
|
mqnivas |
Posted: Thu Aug 01, 2002 8:40 pm Post subject: Difference detween the IBM MQ and MS MQ... |
|
|
Newbie
Joined: 01 Aug 2002 Posts: 7
|
Hi All,
Can any one tell me the difference detween the IBM MQ and MS MQ.
I really do not know what is MS MQ and I heard of it and I am eager to know about it.
Thanks,
Vasu |
|
Back to top |
|
 |
bduncan |
Posted: Thu Aug 01, 2002 9:31 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
MS MQ provides generally the same functionality as MQSeries, but obviously is a competing product from Microsoft. Just as MQSeries provides a JMS adapter, so does MS MQ. So presumably, any applications you write in Java using JMS, you should be able to switch the underlying middleware from MQSeries to MS MQ, and vice-versa, without having to change your code. _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Aug 02, 2002 3:25 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
One Major difference MSMQ only works on Microsoft OS's, So if you are in an mixed platform enviroment this is not a good choice. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
bduncan |
Posted: Fri Aug 02, 2002 6:50 am Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Yes... forgot about that one... That very much limits the effectiveness of their product. I also forgot to mention that there is an MS MQ / MQSeries bridge available which doesn't require the use of JMS. _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
sgopal |
Posted: Fri Aug 02, 2002 2:36 pm Post subject: |
|
|
Acolyte
Joined: 30 Jul 2002 Posts: 63
|
True.
The MSMQ-MQSeries bridge is generally used for better connectivity to MQSeries in terms of performance and robustness. If interfacing with MQSeries is not required, than MSMQ can be used through BizTalk Server on Windows.
Also since the underlying MSMQ mechanism is on Windows, applications can use native features like Windows Load Balancing and Clustering. |
|
Back to top |
|
 |
mqnivas |
Posted: Fri Aug 02, 2002 7:10 pm Post subject: MSMQ-MQSeries bridge... |
|
|
Newbie
Joined: 01 Aug 2002 Posts: 7
|
Hi All,
Thanks for your replies. As I understand from your post the code developed using MQ Series can be use in MS MQ using the MSMQ-MQSeries bridge and vice versa also possible.
Can I have more details on the bridge and its usage, if possible can you suggest me some link where I get this information.
Thanks a lot,
Vasu. |
|
Back to top |
|
 |
jc_squire |
Posted: Sun Aug 04, 2002 7:54 pm Post subject: |
|
|
 Centurion
Joined: 14 Apr 2002 Posts: 105 Location: New Zealand
|
To me the biggest difference between Websphere MQ and MSMQ is the price !!!!
MSMQ is free with the OS whereas Websphere MQ is $$$$$$$
There are a number of companies out there who do not even know that they allready have MSMQ on their network and have gone out and purchased Websphere MQ !!!!
Websphere MQ is a better product in terms of performance, extremely robust and it supports multiple platforms so which product is best suited to you depends on your business needs.
Regards _________________ J C Squire
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
nimconsult |
Posted: Sun Aug 04, 2002 10:22 pm Post subject: |
|
|
 Master
Joined: 22 May 2002 Posts: 268 Location: NIMCONSULT - Belgium
|
Beside the proprietary aspect (that can be overcomed using the Level8 bridge), MSMQ has features equivalent to Websphere MQ, plus some more. Examples:
- It is possible to use MSMQ without an API. How? You can write a COM+ object and specify that its methods are asynchronous. Any client of this COM+ object, when writing a simple method call on an instance of the object, will transparently use MSMQ to execute the method on an asynchronous COM+ server.
- Integration with IIS (Internet Information Server), you can put a message on a MSMQ queue by simply addressing a URL!
- Integration with SOAP.
- Sophisticated real-time multicast.
- 1Tb persistent queues
- Embedded security.
It's always the same story with Microsoft: proprietary, but sexy and impressive integration. _________________ Nicolas Maréchal
Senior Architect - Partner
NIMCONSULT Software Architecture Services (Belgium)
http://www.nimconsult.be |
|
Back to top |
|
 |
|