Work Queue Delta Publication

Work Queue Delta Publication enables an external application to monitor an iProcess work queue and to retrieve only those work items in a given work queue that have changed since monitoring began.

If any data in a monitored work queue changes, the Work Item Server (WIS) process sends the modified data in XML format to the IAPJMS process. Changes in a monitored work queue due to which the WIS process sends modified data include modification to an existing work item, removal of an existing work item from the work queue, or addition of a new item to the work queue. The IAPJMS process then sends the XML message on to a specified JMS topic (either a default topic, or one specified by the subscribing application), from which an external application can receive the XML message.

Work Queue Delta Publication functionality can only be accessed by using iProcess Server Objects (Java) or iProcess Server Objects (.NET).