javiermonleon
Programmer
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.
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.