Integration Server 11.1 | Integration Server Administrator's Guide | Managing IBM webMethods Messaging Triggers | Managing Document Processing | Suspending and Resuming Document Processing | About Suspending and Resuming Document Processing for Specific Triggers | Suspending or Resuming Document Processing for a Specific IBM webMethods Messaging Trigger
 
Suspending or Resuming Document Processing for a Specific IBM webMethods Messaging Trigger
Use the following procedure to suspend or resume document processing for an individual IBM webMethods messaging trigger.
*To suspend or resume document processing for IBM webMethods messaging trigger
1. Open the Integration Server Administrator.
2. Go to Messaging > webMethods triggers.
3. Under Individual IBM webMethods Messaging Trigger Controls, locate the row containing the trigger for which you want to suspend document processing.
4. In the Active column located under Document Processing, click Yes or No. (The Active column displays "Yes" if document processing is active for the trigger; "No" if document processing is suspended. An asterisk (*) appears next to the status if the document processing state is temporary.)
5. In the Processing State list, do the following:
Select
To
Active
Resume document processing for this IBM webMethods messaging trigger.
Suspended
Suspend document processing for this IBM webMethods messaging trigger.
6. If you want the state change to be permanent and maintained after the Integration Server restarts, select the Apply Change Permanently check box. If you do not select this check box, the Integration Server considers the change to be temporary.
7. If you want to apply the document processing change for this trigger to all the servers in a cluster, select the Apply Change Across Cluster check box.
This check box appears only if the current Integration Server belongs to a properly configured cluster and is configured to synchronize trigger changes across the cluster. For more information about configuring an Integration Server to synchronize trigger management changes across a cluster, see Cluster Synchronization for IBM webMethods Messaging Trigger Management.
8. Click Save Changes.
Notes:
*Integration Server will not suspend or resume document processing for the specified IBM webMethods messaging trigger if the trigger is locked by a user.
*If Integration Server cannot suspend (or resume) document processing locally, cluster synchronization cannot occur.
*When you resume document processing, the Execution Threads Throttle determines the maximum number of documents that can be processed in parallel.
*In a flow service, you can suspend or resume document processing for an individual IBM webMethods messaging trigger by invoking the pub.trigger:suspendProcessing service or the pub.trigger:resumeProcessing service, respectively. For more information about these services, see the IBM webMethods Integration Server Built-In Services Reference.
*In a Java service, you can suspend or resume document retrieval by calling com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.setProcessingSuspended(). For more information about this method, see the IBM webMethods Integration Server Java API Reference for the com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade class.
*You can filter the list of displayed triggers using the watt.server.trigger.managementUI.excludeList property. For more information about this property, see Server Configuration Parameters.