Reputation: 861
I'm newbie in IBM Websphere MQ.
Now, I have
I already finished Java application (located at Server B) that connects directly to MQ Server at Server A. But my boss still want this Java application only connect locally to MQ Client and then MQ Client connect to MQ Server.
Is it a little bit funny because my Java application is already a MQ Client?
Upvotes: 2
Views: 1087
Reputation: 8334
You can read this, it explains the client and how to use it:
http://www-01.ibm.com/software/integration/wmq/clients/
http://www-01.ibm.com/support/docview.wss?uid=swg24037500
http://www-01.ibm.com/support/docview.wss?uid=swg24032744
Upvotes: 1