Property | Explanation |
---|---|
Class | MQ queue manager proxy class |
MQ host name | IP host name used to create connections to the MQ queue manager via the Java client classes. If not specified then the MQ queue manager is assumed to be on the same machine as the bridge and the Java bindings are used |
MQ queue manager proxy name | The name of the MQ queue manager |
Name of owning bridge | Name of the bridge that owns this MQ queue manager proxy |
Run state | Status: running or stopped |
Startup rule class | Rule class used when the MQ queue manager is started |
Client Connection Children | List of all the client connections that are owned by this proxy |
Each proxy object supports the full range of create,inquire, inquire-all, update, start, stop, delete operations. Examples of these operations can be found in the java class examples.mqbridge.administration.programming.AdminHelperMQQMgrProxy.
Parent topic: The bridge objects and hierarchy