MQe includes some tools that enable the administration of MQe objects from
the command line, using simple scripts. The following tools are provided:
- QueueManagerUpdater
- Creates a device queue manager from an ini file,
and sends an administration message to update the characteristics of a queue
manager.
- IniFileCreator
- Creates an ini file with the necessary content for
a client queue manager.
- LocalQueueCreator
- Opens a client queue manager, adds a local queue definition to it, and
closes the queue manager.
- HomeServerCreator
- Opens a server queue manager, adds a home-server queue, and closes the
queue manager.
- ConnectionCreator
- Allows a connection to be added to an MQe queue manager without programming
anything in Java™.
- RemoteQueueCreator
- Opens a device queue manager for use, sends it an administration message
to cause a remote queue definition to be created, then closes the queue manager.
- MQBridgeCreator
- Creates an MQ bridge on an MQe queue manager.
- MQQMgrProxyCreator
- Creates an MQ queue manager proxy for a bridge.
- MQConnectionCreator
- Creates a connection definition for an MQ system on a proxy object.
- MQListenerCreator
- Creates an MQ transmit queue listener to pull messages from MQ.
- MQBridgeQueueCreator
- Creates an MQe queue that can reference messages on an MQ queue.
- StoreAndForwardQueueCreator
- Creates a store-and-forward queue.
- StoreAndForwardQueueQMgrAdder
- Adds a queue manager name to the list of queue managers for which the
store-and-forward queue accepts messages.