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)

Column

Description

wis_process_instance

The instance of the WIS process that is responding to Work Queue Delta publication requests.

queue_name

The name of the work queue being monitored.

wqdid

The unique ID of the subscription.

jms_topic_name

The name of the JMS topic being used for publication.

Primary Key

The following primary key is defined for this table.

Key Name

Column(s)

pk_wqd_delta_sub

wqdid

Triggers

None.

Indexes

None.