![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Message type used by this message queue. This value is always 1, for local messages. Format of the SQL Database Queue Table ID for a description of the format used for this value.Default SQL Database Queue Tables (Test) for more information about the default SQL database queue tables, and how to create additional tables.The ID of the SQL 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 SQL Server 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.
If you specify a different database, it must reside on the same SQL Server as the iProcess database.
• 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 SQL database table used to hold this message queue. Each individual queue must be held in its own database table.describes the SQL database table called sw_db_bgqueue_1, which is stored in the default iProcess database and owned by the iProcess background user.describes the SQL database table called sw_db_bgqueue_3, which is stored in the sw database (on the SQL Server hosting the iProcess database) and owned by user swpro1.When the iProcess Engine is installed, the init2Ksql.sql script creates the following default set of message queues and SQL database queue tables required by the system.
See Default SQL Database Queue Tables (Test) for a detailed description of these tables.
a new message queue is added to the node, either at installation or by using the SWDIR\util\swadm utility.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |