Author |
Message
|
maxi |
Posted: Wed Jan 21, 2009 11:32 am Post subject: MQ 5.3 vs 6.0 API compatibility |
|
|
Newbie
Joined: 21 Jan 2009 Posts: 2
|
Hi,
I'm developing an application against WebSphere MQ 6.0, but
probably, I need to connect my app against a 5.3 MQ server.
Then, Is 6.0 API compatible with 5.3?
Are there any documentation about it?
Thanks in advance.
Maxi. |
|
Back to top |
|
 |
zpat |
Posted: Wed Jan 21, 2009 11:33 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Should work fine, unless you use MQI options that only apply to v6. I can't think of any significant ones offhand. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 21, 2009 11:37 am Post subject: Re: MQ 5.3 vs 6.0 API compatibility |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
maxi wrote: |
Is 6.0 API compatible with 5.3? |
Yes. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
maxi |
Posted: Wed Jan 21, 2009 11:48 am Post subject: Re: MQ 5.3 vs 6.0 API compatibility |
|
|
Newbie
Joined: 21 Jan 2009 Posts: 2
|
Ok, I assume that you mean "fully" compatible
There are not differences and this include messege structure (not only functions). It's all right?
Regards. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 21, 2009 2:59 pm Post subject: Re: MQ 5.3 vs 6.0 API compatibility |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
maxi wrote: |
It's all right?
|
Yes _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Jan 21, 2009 4:59 pm Post subject: Re: MQ 5.3 vs 6.0 API compatibility |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Vitor wrote: |
maxi wrote: |
Is 6.0 API compatible with 5.3? |
Yes. |
You can't say an unequivocal Yes. Usually new functionality is added in new MQ versions which is not backward compatible with previous versions.
For example, MQCONNX with MQCNO structure version 5 (to use new MQCSP structure) will not work in MQ 5.3. I hit this one recently ! _________________ Glenn |
|
Back to top |
|
 |
|