Author |
Message
|
eddie |
Posted: Tue Jan 06, 2004 4:36 pm Post subject: New version of client classes needed to connect to MQ 5.3? |
|
|
Novice
Joined: 03 Jun 2002 Posts: 13 Location: Philadelphia
|
Hi all,
My company has just upgraded to MQSeries 5.3.
My application was using the java client connection classes (I think that was service pack MA88) to connect to a queue manager (MQ version 5.2) on a sun solaris box.
The Queue Manager I am connecting to has just been upgraded to MQ version 5.3. Are there new java client classes that I am supposed to use when talking to this new Queue Manager??? I don't have access to the CD -- the company's sys admin has it (different office). I've run a couple of tests with my app communicating with the new version of the Queue Manager and it seems to be working ok -- but I thought I should double check.
Thanks in advance for any help.
Eddie |
|
Back to top |
|
 |
EddieA |
Posted: Tue Jan 06, 2004 5:27 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
It would be nice to get the latest version of the classes (from the CD) so that you are up to date with fixes.
But there's no other reason to. As you've already found out, everthing connects and runs.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Jan 06, 2004 8:11 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Plus apply the latest CSD (currently) CSD05 to those 5.3 jar files.
If the admin guy has the disk and you dont want to wait, you could also just download the 5.3 client yourself for free, and then apply CSD05 to those jar files. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Tibor |
Posted: Wed Jan 07, 2004 12:11 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
Quote: |
New version of client classes needed to connect to MQ 5.3? |
Isn't needed when you connect without SSL. Of course, newer should be better but I've seen working with *original* v5.1 Java classes client. |
|
Back to top |
|
 |
JasonE |
Posted: Wed Jan 07, 2004 2:02 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
A general comment, but worth pointing out. Clients have a communicating protocol level (FAP) which is appropriate to the version/release they are, and as they start their connection to the server they negotiate what things they support. This is why it is completely possible to connect old clients to a new server (and I guess, a new client to an old server). It isnt client specific (server to server comms uses the same protocol) but is the way you get backwards compatibility.
Obviosuly the one thing you dont get is any of the new function, but existing functionality should work fine, and I would approach it as a problem it if didnt (There may be a good reason, but I would want to know why). |
|
Back to top |
|
 |
eddie |
Posted: Wed Jan 07, 2004 6:32 am Post subject: |
|
|
Novice
Joined: 03 Jun 2002 Posts: 13 Location: Philadelphia
|
Thank you all for your replies.
What exactly is a CSD? Is it crucial to the new client classes?
I think I'll try and get the sys-admin to update the appropriate jar files -- at least I can feel confident that the software will continue to work in the mean time -- thank you. I don't have root access to the unix machine so I don't think I'll be able to update the classes myself. At least, not in a way that the company would be happy with me.
Thanks
Eddie. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Jan 07, 2004 6:39 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
CSD stands for Corrective Service Diskette, a throwback to when upgrades arrived on an actual disk, versus now where most people just download them.
Basicaslly it is just a patch or service pack to an existing version of MQ.
Here is the link to get them:
http://www-306.ibm.com/software/integration/mqfamily/support/summary/
(You may need an IBMLink ID to download, not sure). _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
JasonE |
Posted: Wed Jan 07, 2004 6:51 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
FYI We are moving over to the term Fixpack for distributed platforms where the package is a collection of fixes (and you might see the term Refresh pack used) as part of an effort to be more consistent across products. Any 5.3 service is now referred to in this way, but we all slip up. You can assume Fixpack == CSD |
|
Back to top |
|
 |
|