arrehman
arrehman

Reputation: 1322

WebSphere MQ Q Program

Simple question on Q Program SupportPac. Do we install this on the MQ Server or MQ Client?

Upvotes: 2

Views: 308

Answers (1)

T.Rob
T.Rob

Reputation: 31852

Take your pick. Q can connect using bindings or client mode so put it wherever you need it. If you have a client app that you are trying to debug, Q can use the same channel and CONNAME. (If the channel uses SSL and your app is Java, you might need to convert the keystore to a kdb format first.) And of course, Q on the same server as the queue manager can access MQ in bindings mode, provided you have sufficient authority to do so.

Upvotes: 1

Related Questions