To test the SimplifiedDBRouting message flow that you create, you must also create the required WebSphere MQ local queues.
The following script creates the queues that you require for the SimplifiedDBRouting message flow:
******************************************** * Define the queues for SimplifiedDBRouting * ************************************************* DEFINE QL('SIMPLERROUTEDB_IN') REPLACE DEFINE QL('SIMPLERROUTEDB_FAILURE') REPLACE DEFINE QL('SIMPLERROUTEDB_KEYNOTFOUND') REPLACE DEFINE QL('SIMPLERROUTEDB_ORDERCLOCK') REPLACE DEFINE QL('SIMPLERROUTEDB_SNRSTAFF') REPLACE DEFINE QL('SIMPLERROUTEDB_DEFAULT') REPLACE
runmqsc MB8QMGR < simplifieddbrouting.tst
You can use the WebSphere MQ Explorer to check that the queues have been created.