Author |
Message
|
boydl |
Posted: Tue Mar 21, 2006 10:51 pm Post subject: MQver6.0 and MQver5.3 work together |
|
|
Novice
Joined: 05 Feb 2003 Posts: 16
|
Hi all,
In a client connection mode, can an application compiled with the MQver6.0 libraries connect to an MQ server that is on version 5.3 or the other way round - application compiled with MQver5.3 libraries connecting to the server that is on MQver6.0?
Why we want to do this? ...bcoz we want to move the linux platform from RHEL3.0 to RHEL4.0 and we want to do the migration in stages..
Thanks
BL |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Mar 22, 2006 12:45 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Yes, clients can connect either way.
If you are using AMQCLCHL.TAB, this is NOT compatible from v6 to v53. but it is the other way round. That is, a client channel table built on v6 cannot be copied to a v5.3 qmgr, but a 5.3 table can be copied to a v6 qmgr. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Mar 22, 2006 2:37 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Nigelg wrote: |
If you are using AMQCLCHL.TAB, this is NOT compatible from v6 to v53. but it is the other way round. That is, a client channel table built on v6 cannot be copied to a v5.3 qmgr, but a 5.3 table can be copied to a v6 qmgr. |
Is that something you normally do? And I assume by "copy" you mean placed in the /@ipcc direcotry in a qmgr.
afaik, there's no problem using back / forward level channel tables with clients. _________________ -wayne |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Mar 22, 2006 3:11 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Quote: |
afaik, there's no problem using back / forward level channel tables with clients.
|
Good job you read this then, because now you know something you did not know before. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Mar 22, 2006 4:43 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
I'm still not clear on this. Nigel said you can't copy a 5.3 table to a 6.0 QM. OK, don't know why you would ever copy a channel table from one QM to another, but OK.
What Wayne was asking (me thinks), and what I am also wondering is, can we have various combinations of MQ client code, Channel Table and QMs? Like a 5.3 client using a 6.0 table to connect to 6.0 QM? Or a 6.0 Client using a 6.0 table to connect to a 5.3 QM? etc, etc, etc.
(I take it for granted that a 5.3 client and/or table could not exploit 6.0 only features in any of these scenarios) _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 22, 2006 4:48 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I took Nigel's remark to mean "don't use a v6 channel table with a v5.3 client", and possibly the reverse as well. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Mar 22, 2006 5:37 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Well... I just tested it...and I can use a V6 channel table (made on linux) with a v5.3 client (on solaris)......and, the reverse works as well.... _________________ -wayne |
|
Back to top |
|
 |
|