Author |
Message
|
SandiSan |
Posted: Wed May 31, 2006 11:55 pm Post subject: MQ JMS Then why MQ Adapter ? |
|
|
 Acolyte
Joined: 01 Apr 2006 Posts: 57 Location: Pune/India
|
I have a doubt. If we can connect through JMS to MQSeries then why we required MQ Adapter.Pls clarify me on this.
Regards
Sandisan |
|
Back to top |
|
 |
billybong |
Posted: Thu Jun 01, 2006 12:38 am Post subject: |
|
|
 Disciple
Joined: 22 Jul 2005 Posts: 150 Location: Stockholm, Sweden
|
I cant say that I'm an expert on WIS (saw this post in "newest posts") but generally the native MQ API have some options and features that the JMS implementation doesn't provide. Furthermore you need some sort of JNDI-lookup if you're using JMS which isn't needed if you use standard MQ which creates less administration.
As I said, I'm not familiar with this particular adapter but you should note that JMS != native MQ features. _________________ IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Integration Developer V6.0
IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere DataPower |
|
Back to top |
|
 |
vennela |
Posted: Thu Jun 01, 2006 10:56 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
An MQ adapter does nothing but GETs/PUTs from/to an MQ Queue. If instead of using an adapter, if you want to write your own java/jms program to do that (and I am pretty sure more than 99% of the time that's what people do), you can do that.
If you are using ICS then that is the only reason that I can think of why somebody would use MQ adapter. Otherwise, you are better off writing your own programs. |
|
Back to top |
|
 |
SandiSan |
Posted: Thu Jun 01, 2006 10:31 pm Post subject: |
|
|
 Acolyte
Joined: 01 Apr 2006 Posts: 57 Location: Pune/India
|
Thanks for all your respose.
So if we consider vennela's response.If we want to connect to MQSeries through a BROKER (ICS,MB) we have to do it using Websphere MQ Adapter. And if we want to call it from a Java Program we can go for JMS.
Is there and advantage of using Websphere MQ Adapter over JMS ? |
|
Back to top |
|
 |
vennela |
Posted: Fri Jun 02, 2006 7:50 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
If we want to connect to MQSeries through a BROKER (ICS,MB) |
Only ICS, not MB. Message Broker is built on top of MQ. |
|
Back to top |
|
 |
sebastian |
Posted: Thu Jul 06, 2006 11:11 am Post subject: |
|
|
 Centurion
Joined: 12 Nov 2003 Posts: 110 Location: Philadelphia
|
Our shop uses the mySAP.com adapter to create message sets when Message Broker communicates with SAP. One advantage of using this adapter with SAP is the object discovery agent can quickly create SAP idoc business objects that can be translated into message sets.
Sebastian
 _________________ sebastian signature |
|
Back to top |
|
 |
|