Create queues
Although this solution uses Callable Flows to route messages between the REST API and applications, the aggregation nodes require MQ queues to operate.
- Create the default IBM Integration Bus queues in WebSphere MQ by completing the following steps:
- Open the IBM Integration Console.
- In the console window, type the following command:
server\sample\wmq\iib_createqueues qmgr
where
qmgr is the queue manager name.
- Associate the default integration node with the queue manager by completing the following steps:
- In the console window, stop the default integration node by typing the following command:
mqsistop -i TESTNODE_userid
- Associate the queue manager with the default integration node, TESTNODE_userid by typing the following command:
mqsichangebroker TESTNODE_userid -q qmgr
where
qmgr is the queue manager name - Start the default integration node by typing the following command:
mqsistart TESTNODE_userid
- In the console window, stop the default integration node by typing the following command: