Author |
Message
|
mqwf |
Posted: Sun Feb 22, 2004 10:49 pm Post subject: Migrate from MQSeries 5.0 to 5.3 |
|
|
 Acolyte
Joined: 10 Oct 2002 Posts: 62
|
Can any one tell me what is the differences between MQSeries 5.0 and 5.3 and what changes I have to do in the C++ code to make it work on MQSeries 5.3 |
|
Back to top |
|
 |
gunter |
Posted: Tue Feb 24, 2004 12:49 am Post subject: Re: Migrate from MQSeries 5.0 to 5.3 |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
Applications should work without the need of any change. |
|
Back to top |
|
 |
mqwf |
Posted: Tue Feb 24, 2004 12:53 am Post subject: Migration from MQSeries 5.0 to 5.3 |
|
|
 Acolyte
Joined: 10 Oct 2002 Posts: 62
|
Are you sure of that there must some changes that must be done cause in 5.3 SSL is incorporated |
|
Back to top |
|
 |
gunter |
Posted: Tue Feb 24, 2004 4:13 am Post subject: Re: Migration from MQSeries 5.0 to 5.3 |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
[maybe I'm wrong. If you use MQ as before, there is no change needed. SSL should be transparent for the application an is is not used by default. |
|
Back to top |
|
 |
mqwf |
Posted: Tue Feb 24, 2004 8:14 pm Post subject: Migration |
|
|
 Acolyte
Joined: 10 Oct 2002 Posts: 62
|
So you say that the code that runs on MQSeries 5.0 will definately run on MQSeries 5.3 without doing any changes to it.
I feel if i have to incorporate SSL then i defiantely have to do some changes in the code. |
|
Back to top |
|
 |
gunter |
Posted: Wed Feb 25, 2004 2:33 am Post subject: Re: Migration |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
SSL is a new feature in 5.3. In earlier versions you need an exit. If you use it with version 5.0, you can also use it with 5.3. If you'd like to use the new feature in 5.3, you sometimes have to change the application( maybe MQCONNX ), but that has nothing to do with migration to 5.3
But, nobody is perfekt, without test I wouldn't migrate to a new version. There are a lot of other point that can be important:
- new errors
- unexpected behavior ( other error-codes )
Nobody know what your application really do with MQ. |
|
Back to top |
|
 |
mqwf |
Posted: Fri Feb 27, 2004 1:18 am Post subject: migrate |
|
|
 Acolyte
Joined: 10 Oct 2002 Posts: 62
|
So you mean I may need to change some of the API in MQ5.3 if they are been changed in MQ5.3 |
|
Back to top |
|
 |
|