Why and when to perform this task
If you are using WebSphere MQ as an external Java Message Service (JMS) provider, you must create the queue manager and queues.Steps for this task
cd install_root\ProcessChoreographer createQueues.bat queueManagerOn UNIX and Linux systems, enter:
cd install_root/ProcessChoreographer createQueues.sh queueManagerwhere queueManager is the name of an existing queue manager, or the name to give to a new queue manager. If the named queue manager already exists, it is used to create the queues. If the queue manager does not exist, it is created and started before the default queues are created.
install_root\ProcessChoreographer\createQueues.batOn UNIX and Linux systems, copy the file:
install_root/ProcessChoreographer/createQueues.sh
cd install_root\ProcessChoreographer createQueues.bat queueManagerOn UNIX and Linux systems, enter:
cd install_root/ProcessChoreographer createQueues.sh queueManagerwhere queueManager is the name to give the new queue manager.
runmqlsr -t tcp -p port -m queueManagerWhere port is the port on which the listener will listen.
<Service:Name> <port>/tcp <Service:Name> name of the queue manager service <port> port for the queue manager
<Service:Name> stream tcp nowait mqm /usr/mqm/bin/amqcrsta amqrsta -m QueueManager <Service:Name> name of the queue manager service <Service:Name> name of the queue manager
Results
The queue manager and queues exist.