Home

 

Basic configuration

 

  1. Create the queue manager from the UNIX prompt using the command:
    crtmqm -u dlqname -q linux
    where:

    linux

    Is the name of the queue manager

    -q

    Indicates that this is to become the default queue manager

    -u dlqname

    Specifies the name of the dead letter queue

    This command creates a queue manager and a set of default objects.

  2. Start the queue manager from the UNIX prompt using the command:
    strmqm linux
    where linux is the name given to the queue manager when it was created.

 

Parent topic:

WebSphere MQ for Linux configuration


ic14380_


 

Home