Copyright © Cloud Software Group, Inc. All rights reserved. |
TABLE iql_tables (
queue_id INTEGER NOT NULL,
queue_name VARCHAR(24) NOT NULL,
queue_type SMALLINT NOT NULL,
queue_phys_descr VARCHAR(100) NOT NULL)
Message type used by this message queue. This value is always 1, for local messages. ID of the DB2 database queue table that is used to hold this message queue. See:Format of the DB2 Database Queue TableID for a description of the format used for this value.Default DB2 Database Queue Tables (Test) for more information about the default SQL database queue tables, and how to create additional tables.Format of the DB2 Database Queue TableIDThe ID of the DB2 database table that is used to hold this message queue (in the queue_phys_descr column) is specified using the following format:
• 0003 indicates that the remainder of the string uses DB2 format.
• database_name is the name of the database that holds this queue_table. If this option is omitted, the iProcess database is used by default.
• owner is the username of the user that owns this queue_table. If this option is omitted, the iProcess background user owns the table by default.
• queue_table is the name of the DB2 database table used to hold this message queue. Each individual queue must be held in its own database table.describes the DB2 database table called sw_db_bgqueue_1, which is stored in the default iProcess database and owned by the iProcess background user.describes the DB2 database table called sw_db_bgqueue_3, which is stored in the sw database (on the DB2 Server hosting the iProcess database) and owned by user swpro1.When the iProcess Engine is installed, the init2Kdb2.sql script creates the following default set of message queues and DB2 database queue tables required by the system.
DB2 Database Table Queue ID
a new message queue is added to the node, either at installation or by using the SWDIR\util\swadm utility.
Copyright © Cloud Software Group, Inc. All rights reserved. |