Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Host MQ data in Java MQ classes.

Status
Not open for further replies.

javiermonleon

Programmer
Sep 13, 2002
2
ES
I have a J2EE application connected to an IMS host through MQSeries, and the MQ server and its configurations are opaque to me, I only can maipulate the Java client MQ classes.

First, I put the MQEnvironment.hostname, MQEnvironment.channel and MQEnvironment.port static settings. Then, I create the Java client MQ classes MQQueueManager and two associated MQQueue (input/output) through its accessQueue method.

So, can I obtain some IMS host MQ data associated to this Java client MQ queue, like IMS host MQ trigger name, only from any Java client MQ classes (MQQueueManager, MQQueue, MQChannelDefinition, etc.)? I think this kind of information is reachable only in the MQ server, never in Java MQ client classes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top