Copyright © Cloud Software Group, Inc. All Rights Reserved |
The wqd_delta_subscriptions table holds a list of the work queues, JMS topics and WQDIDs that are currently in use for Work Queue Delta subscriptions published via JMS. It provides a permanent store of subscription details if a WIS process is restarted. See TIBCO iProcess Engine Administrator’s Guide for details of Work Queue Delta publication via JMS.The wqd_delta_subscriptions table has the following structure:TABLE wqd_delta_subscriptions(
wis_process_instance numeric(5) NOT NULL,
queue_name varchar(51) NOT NULL,
wqdid varchar(36) NOT NULL
jms_topic_name varchar(1024)
Copyright © Cloud Software Group, Inc. All Rights Reserved |