Home
Basic configuration
- Create the queue manager from the AIX command line using the command:
crtmqm -u dlqname -q aixwhere:
- aix
- 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.
- Start the queue manager from the AIX command line using the command:
strmqm aixwhere aix is the name given to the queue manager when it was created.- Start runmqsc from the AIX command line and use it to create the undeliverable message queue by entering the command:
def ql (dlqname)where dlqname is the name given to the undeliverable message queue when the queue manager was created.
Parent topic:
WebSphere MQ for AIX configuration
ic13520_
Home