Copyright © Cloud Software Group, Inc. All Rights Reserved |
The wqs_index table holds the information about each work queue on the system that is stored in shared memory by the WQS/WIS processes.
Note: When the iProcess Engine starts up the WIS processes use this value to determine whether or not each work queue should be cached. See "Configuring When WIS Processes Cache Their Queues" in TIBCO iProcess Engine Administrator’s Guide for more information.
• -1, if the work queue has not yet been cached.
•
•
• 1, if the queue is cached.
• 0, if the queue is not cached.
• 1, if the queue is a Group queue.
• 0, if the queue is a User queue.
• 1, if the queue is a Test queue.
• 0, otherwise. Indicates whether the queue is currently being redirected to redir_queue_name. Either:
• 1, if the queue is currently redirected.
• 0, otherwise.
• 1, if the queue is currently disabled.
• 0, otherwise.
The wqs_index table contains one row for each work queue on the system that is handled by a WIS process.
• Note: See "Administering Process Attributes" in TIBCO iProcess Engine Administrator’s Guide for more information about the WQS_PERSIST_SHMEM process attribute.
Copyright © Cloud Software Group, Inc. All Rights Reserved |