|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
How to choose JMSC or MQC |
« View previous topic :: View next topic » |
Author |
Message
|
wesleyyau |
Posted: Mon Sep 08, 2008 7:49 am Post subject: How to choose JMSC or MQC |
|
|
Newbie
Joined: 08 Sep 2008 Posts: 2
|
Dear All,
I found many articles about JMSC and MQC, but I still don't know when did we use JMSC and when did we use MQC.
Or it depends on is it using XA transactions?
Pls advise.
Thanks.
Cheers, |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Sep 08, 2008 9:01 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I'd say the most basic selection criteria is are you using something that is a standard (JMS) or can you use something that is proprietary (MQI). Most people have somebody else tell them what they'll be using. Do you have any say in the matter? |
|
Back to top |
|
 |
wesleyyau |
Posted: Mon Sep 08, 2008 9:13 am Post subject: |
|
|
Newbie
Joined: 08 Sep 2008 Posts: 2
|
Thanks for your reply.
Actually, we are working on WebLogic to MQ.
In our WebLogic, we've some MessageDrivenBeans will send/receive message to/from MQ through SSL (2-ways) channel.
We are thinking to use MQC if it has better performance, with assuming no XA transaction will be used. But is it appropriate to use MQC inside MDB, or it doen't matter? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Sep 08, 2008 1:48 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
wesleyyau wrote: |
Thanks for your reply.
Actually, we are working on WebLogic to MQ.
In our WebLogic, we've some MessageDrivenBeans will send/receive message to/from MQ through SSL (2-ways) channel.
We are thinking to use MQC if it has better performance, with assuming no XA transaction will be used. But is it appropriate to use MQC inside MDB, or it doen't matter? |
You are in a J2EE environment and should only use JMS.
JMS and MQ base do not mix. On top of this you do not want to have to code the advantages given by the J2EE container: connection pooling, transactionality, automatic scaling (MDB instances) etc...
The performance difference is usually not big enough to matter.
You need to be in an industry with a lot of message and very very tight SLAs for the performance difference to matter.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|