Copyright © Cloud Software Group, Inc. All Rights Reserved |
2. create the new message queue and map the database queue table to it (using the SWDIR\bin\swadm utility).
3. Each database queue table must have the following characteristics:
• the same column definitions as a sw_db_bgqueue_n, sw_db_wisqueue_n, or sw_db_predictqueue_n table. (Each of these tables has the same structure.)
• the iProcess background user (default swpro) must have at least insert, select and delete permissions on the table.
•
Suppose that the volume of messages handled by your system has increased significantly, and the default message queues are no longer able to cope. To deal with the additional load you have decided that you need to add a new BGMBOX3 message queue to the BGMBSET Mboxset. This queue requires a new DB2 database queue table sw_db_bgqueue_3. You store your database queue tables in the default iProcess database.
2. Create a new table in the iProcess database called sw_db_bgqueue_3.
3. Use the SWDIR\util\swadm utility to add a new message queue called BGMBOX3, which uses the sw_db_bgqueue_3 queue table.
cd SWDIR\util
4.
1 is the number of the BGMBSET Mboxset (from the swadm SHOW_MBOXSETS command), and 8 is the number of the message queue (from the swadm SHOW_QUEUES command).
Copyright © Cloud Software Group, Inc. All Rights Reserved |