Author |
Message
|
balakrishna.mca |
Posted: Mon Sep 14, 2009 11:13 pm Post subject: which version of JMS is compatible with MQSeries 6.0.2 |
|
|
Newbie
Joined: 14 Sep 2009 Posts: 1
|
Hi All,
Could you please let us know which version of JMS is compatible with MQSeries 6.0.2.
Thanks,
Bala Krishna |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 15, 2009 7:16 am Post subject: Re: which version of JMS is compatible with MQSeries 6.0.2 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
balakrishna.mca wrote: |
Could you please let us know which version of JMS is compatible with MQSeries 6.0.2. |
Why are you not using WMQ as a JMS provider? And the libraries supplied?
And does it make a difference, given that JMS is a standard? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Tue Sep 15, 2009 7:24 am Post subject: Re: which version of JMS is compatible with MQSeries 6.0.2 |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Vitor wrote: |
Why are you not using WMQ as a JMS provider? And the libraries supplied?
|
I think the OP is doing that but it might be the case that question is not phrased clearly. I think it should be along the lines of: "What version of the JMS spec does MQ 6.0.2 support".
Quote: |
And does it make a difference, given that JMS is a standard? |
It can do. If you use a version of the standard that is not implemented you may find that some things dont work as you'd like. Kinda like trying to use some of the latest features offered by MQ 7 on a version of 5.3. They just dont work  |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 15, 2009 7:29 am Post subject: Re: which version of JMS is compatible with MQSeries 6.0.2 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
WMBDEV1 wrote: |
I think the OP is doing that but it might be the case that question is not phrased clearly. I think it should be along the lines of: "What version of the JMS spec does MQ 6.0.2 support". |
I suspect my response was equally badly phrased (one day I'll learn not to respond to Java postings). What I was getting at is that if you're using the IBM provides JMS classes then why does this matter?
WMBDEV1 wrote: |
It can do. If you use a version of the standard that is not implemented you may find that some things dont work as you'd like. Kinda like trying to use some of the latest features offered by MQ 7 on a version of 5.3. They just dont work  |
Likewise, if you're using the IBM classes that match the WMQ version you're using then it would work as defined in the Java docs, _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Tue Sep 15, 2009 7:31 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
|
Back to top |
|
 |
WMBDEV1 |
Posted: Tue Sep 15, 2009 7:37 am Post subject: Re: which version of JMS is compatible with MQSeries 6.0.2 |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Vitor wrote: |
Likewise, if you're using the IBM classes that match the WMQ version you're using then it would work as defined in the Java docs, |
But if you code to a spec that is not supported by the underlying classes, it aint gonna work! The OP is likely to be coding to the java docs for the JMS spec rather than to particular versions of MQ (and therefore the underlying IBM classes) and so needed to know to which version of the spec they should code given that the JMS provider is in this case, MQ 6.0.2.
Maybe someone else can explain it better than me if its still not clear? |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 15, 2009 7:43 am Post subject: Re: which version of JMS is compatible with MQSeries 6.0.2 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
WMBDEV1 wrote: |
Maybe someone else can explain it better than me if its still not clear? |
Or maybe everyone else (i.e. people who understand Java) already know what you mean......  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 15, 2009 12:27 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
_________________ MQ & Broker admin |
|
Back to top |
|
 |
|