Home
Basic configuration
- Create the queue manager from the UNIX prompt using the command:
crtmqm -u dlqname -q hpuxwhere:
- hpux
- 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 undeliverable message queue
This command creates a queue manager and a set of default objects. It sets the DEADQ attribute of the queue manager but does not create the undeliverable message queue.
- Start the queue manager from the UNIX prompt using the command:
strmqm hpuxwhere hpux is the name given to the queue manager when it was created.
Parent topic:
WebSphere MQ for HP-UX configuration
ic13810_
Home