+

Search Tips | Advanced Search

Create and manage queue managers on Multiplatforms

Before using messages and queues, you must create and start at least one queue manager and its associated objects. A queue manager manages the resources associated with it, in particular the queues that it owns. It provides queuing services to applications for Message queuing Interface (MQI) calls and commands to create, modify, display, and delete IBM MQ objects.


Before you begin

Important: IBM MQ does not support machine names that contain spaces. If you install IBM MQ on a computer with a machine name that contains spaces, we cannot create any queue managers.

Before we can create a queue manager, there are several points that you must consider, especially in a production environment. Work through the following checklist:


To create a queue manager, we use the IBM MQ control command crtmqm. For more information, see crtmqm. The crtmqm command automatically creates the required default objects and system objects (see System default objects ). Default objects form the basis of any object definitions that you make; system objects are required for queue manager operation.

On Windows systems we have the option to start multiple instances of the queue manager by using the sax option of the crtmqm command.

When we have created a queue manager and its objects, we can use the strmqm command to start the queue manager.