Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 5 Procedures : wqd_delta_subscriptions

wqd_delta_subscriptions
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.
Structure
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)
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved