MQEnvironment

 

public class MQEnvironment
extends Object

java.lang.Object
   |
   +----com.ibm.mq.MQEnvironment
          

MQEnvironment contains static fields that control the environment in which an MQQueueManager object (and its corresponding connection to WebSphere MQ) is constructed. As values set in MQEnvironment class take effect when the MQQueueManager constructor is called, set the values in the MQEnvironment class before you construct a MQQueueManager object.

Note: All the methods and attributes of this class apply to the WebSphere MQ classes for Java™ client connections, but only enableTracing(), disableTracing(), properties, and version_notice apply to bindings connections.


uj12320_