Author |
Message
|
pollu |
Posted: Wed Dec 08, 2010 5:02 am Post subject: MQ 5.3 Queue Manager sending messages to queue on MQ 7 |
|
|
Newbie
Joined: 08 Dec 2010 Posts: 5
|
Our application currently uses MQ 5.3 and we are planning to upgrade to MQ 7.
We receive/send messages from/to third party apps which also use MQ 5.3.
If we upgrade to MQ 7, will we be able to receive/send messages from/to the third party apps which use MQ 5.3 ? |
|
Back to top |
|
 |
zpat |
Posted: Wed Dec 08, 2010 5:14 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Do the apps use a MQ client or their own QM?
Either way it will work. |
|
Back to top |
|
 |
pollu |
Posted: Wed Dec 08, 2010 5:25 am Post subject: |
|
|
Newbie
Joined: 08 Dec 2010 Posts: 5
|
The third party apps use their own QM.
Thanks for the response. |
|
Back to top |
|
 |
zpat |
Posted: Wed Dec 08, 2010 7:07 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
If you use SSL, watch out when you ugrade to WMQ 7 as it tries to contact an OCSP server by default, to check for revoked certs.
Since this OCSP server usually cannot be connected to directly, it will hang the channel. Not a very helpful default from IBM here.
This setting in qm.ini will prevent this.
Quote: |
SSL: ; SSL parms
OCSPCheckExtensions=No ; Do not try to contact OCSP server
OCSPAuthentication=WARN |
|
|
Back to top |
|
 |
mvic |
Posted: Wed Dec 15, 2010 4:08 pm Post subject: Re: MQ 5.3 Queue Manager sending messages to queue on MQ 7 |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
pollu wrote: |
Our application currently uses MQ 5.3 and we are planning to upgrade to MQ 7.
We receive/send messages from/to third party apps which also use MQ 5.3.
If we upgrade to MQ 7, will we be able to receive/send messages from/to the third party apps which use MQ 5.3 ? |
You've tested it, I assume?
I imagine there are no big problems, as long as you use all the defaults on the channel definitions.
But there is no support from IBM for 5.3 any more. |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Wed Dec 15, 2010 10:25 pm Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
When you migrate from version 5.3 to 6.0.0.0 or from version 6.x.x.x to 7.0.1 the QMgr on first start (re-) creates new objects which are needed in the new version.
But when you migrate from version 5.3 to 7.0.1 I am not sure, if this object creation will work properly. At least this is not tested and not supported by IBM.
I would consider, to migrate first from 5.3 to 6.0.0.0, start the QMgr once to create new version 6 objects and then migrate to 7.0.1. _________________ Regards
Hubert |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Dec 16, 2010 5:38 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
I would consider, to migrate first from 5.3 to 6.0.0.0, start the QMgr once to create new version 6 objects and then migrate to 7.0.1. |
Why? For what purpose? Why not go from 5.3 to 7.x? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Dec 16, 2010 12:29 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Thu Dec 16, 2010 11:22 pm Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
bruce2359 wrote: |
...Why? For what purpose? Why not go from 5.3 to 7.x? |
The reason was, that I never tested this migration and did not know, if it were supported.
But the link in PeterPotkay's post explains the migration steps from 5.3 to 7. So I agree, this would be a faster and more direct migration.
But still this should be tested in on a test system. _________________ Regards
Hubert |
|
Back to top |
|
 |
|