zhiyuan_
zhiyuan_

Reputation: 197

which edition of websphere client to use?

The Websphere MQ's edition is 7.0.1,and I want use a WebSphere MQ client to implement messaging and queuing. Which edition of WebSphere MQ client should I use ?

Upvotes: 2

Views: 140

Answers (1)

T.Rob
T.Rob

Reputation: 31852

All versions of WebSphere MQ Client can talk to all versions of WebSphere MQ queue manager. If you use the latest version you benefit from the latest fixes and performance enhancements but in terms of function you are limited by the back-level QMgr. You don't lose any function that you would get by using the same version client as QMgr, you just cant wring v7.1 function out of a v7.0 QMgr by using the v7.1 client.

As a rule, use the latest client.

That said, here are your download links:

WMQ Client v7.1
WMQ Client v7.0

The only wrinkle is the client-side differences. For configuring the client, use the Infocenter that matches the client version. To see which functionality to expect from the QMgr, use the Infocenter that matches the QMgr.

WMQ V7.1 Infocenter
WMQ V7.0 Infocenter

Upvotes: 1

Related Questions