Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with webMethods Messaging Triggers | About Priority Message Processing | Enabling and Disabling Priority Message Processing for a webMethods Messaging Trigger
 
Enabling and Disabling Priority Message Processing for a webMethods Messaging Trigger
When enabling or disabling priority message processing for a webMethods messaging trigger, keep the following points in mind:
*Priority messaging only applies to documents that are published to the webMethods Broker and Universal Messaging. It does not apply to locally published documents.
*All webMethods messaging triggers that receive documents from Universal Messaging receive and process documents in priority fashion. Priority messaging cannot be disabled for webMethods messaging triggers that receive documents from Universal Messaging. That is, Integration Server ignores the value of the Priority property if the webMethods messaging trigger subscribes to one or more publishable document types associated with a Universal Messaging connection alias.
*When you enable or disable priority messaging for a webMethods messaging trigger that receives documents from webMethods Broker, Integration Server disconnects the trigger client on the webMethods Broker and recreates the associated webMethods messaging trigger client queue. Any documents that existed in the webMethods messaging trigger client queue before you enabled or disabled priority messaging will be lost. For this reason, you may want to ensure the webMethods messaging trigger queue on Integration Server is empty before enabling or disabling priority messaging.
*Priority messaging may consume webMethods Broker resources and can introduce latency into document processing by webMethods messaging triggers. For more information about how priority messaging may impact performance, refer to the webMethods Broker Java Client API Reference.
*To enable or disable priority message processing for a webMethods messaging trigger
1. In the Package Navigator view of Designer, open the webMethods messaging trigger for which you want to enable priority processing of documents.
2. In the Properties view, under General, set Priority enabled to one of the following:
Select...
To...
True
Enable priority processing.
False
Disable priority processing.
3. Click File > Save to save the webMethods messaging trigger.