Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | JMS Folder | Summary of Elements in This Folder | pub.jms:batchTriggerSpec
 
pub.jms:batchTriggerSpec
WmPublic. Specification for the signature of a JMS trigger that processes a batch of messages at one time.
Input Parameters
JMSMessage
Document List A document list where each document references the pub.jms:JMSMessage document type.
Output Parameters
None.
Usage Notes
Use this specification as the signature for JMS trigger services that will retrieve and process a batch of messages.
If you want to use a JMS trigger to retrieve and process one message at a time, use pub.jms:triggerSpec to declare the signature of the JMS trigger service.
See Also
pub.jms:triggerSpec
pub.jms:JMSMessage