Creating the WebSphere MQ queues

The queue manager for your broker must be running to complete this step. To create the required WebSphere MQ local queues:

  1. In a command window enter the following command:
    runmqsc MB8QMGR
    DEFINE QL('WEBSERVICECLIENTIN')
    DEFINE QL('WEBSERVICECLIENTOUT')
    END
    	

    where MB8QMGR is the name of the queue manager for the broker.

  2. Use WebSphere MQ Explorer to check that the queues have been created correctly.

Back to Building the Asynchronous Consumer sample