Author |
Message
|
mqjeff |
Posted: Mon May 25, 2009 3:42 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
elikatz wrote: |
it is impossible to connect to 2 different mq versions in parallel? |
No.
You can not *install* two versions of MQ on the same machine, except on zOS.
You can use *one* install of MQ to connect to *two or more* queue managers (regardless of where they live) from *one* application, but IF and ONLY IF you make *client* connections. And you should use a *supported* version of the MQ client libraries.
This means at least MQ v6. And certain versions of MQ v5 are *broken* and should not be used *at all*. |
|
Back to top |
|
 |
elikatz |
Posted: Tue May 26, 2009 6:21 am Post subject: |
|
|
Voyager
Joined: 24 Feb 2009 Posts: 86
|
thanks for your response.
i didn't ask about installing 2 servers on the same machine.
i question was if i can connect my mq client to both mq version 6 and mq version 5.3 (12) in parallel.
i'm currently (temporary until i retire the 5.3) running both 6 and 5.3 and i want to verify that our client can work with both in parallel.
thanks...
 |
|
Back to top |
|
 |
ranganathan |
Posted: Wed May 27, 2009 3:25 am Post subject: |
|
|
 Centurion
Joined: 03 Jul 2008 Posts: 104
|
Yes, you can connect your MQ client to the supported MQ versions in parallel using correct client libraries....
As mentioned by Jeff...
Quote: |
You can use *one* install of MQ to connect to *two or more* queue managers (regardless of where they live) from *one* application, but IF and ONLY IF you make *client* connections. And you should use a *supported* version of the MQ client libraries. |
Please let us know the version details of MQ server (5.3 and 6.x).
Check WebSphere MQ Clients redbook for more details about client connections to QM's... |
|
Back to top |
|
 |
elikatz |
Posted: Wed May 27, 2009 6:01 am Post subject: |
|
|
Voyager
Joined: 24 Feb 2009 Posts: 86
|
hi, thanks for your clarification...
I've have 2 version of 5.3 -> 11 and 14
as for the mq 6 -> 6.0.2.6
Quote: |
Yes, you can connect your MQ client to the supported MQ versions in parallel using correct client libraries....
|
i guess this would be the version 6 client libraries. |
|
Back to top |
|
 |
ranganathan |
Posted: Wed May 27, 2009 8:35 am Post subject: |
|
|
 Centurion
Joined: 03 Jul 2008 Posts: 104
|
elikatz wrote: |
i guess this would be the version 6 client libraries. |
Yes indeed....
Is your client using v6 libraries?!
how exactly have you configured the client connections to the server ?! |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed May 27, 2009 4:42 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
MQ Client <-> MQ Server compatibility is usually very good across different versions. Obviously there may be changes in protocol from version to version, but the ends will negotiate the common highest level and provide the functionality at that level. eg. MQ 7.0 Server can talk to MQ 6.0 Client but it won't provide the new 7.0 features like read ahead, async put, and conversation sharing to name a few. _________________ Glenn |
|
Back to top |
|
 |
|