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:triggerSpec
 
pub.jms:triggerSpec
WmPublic. Specification for the input signature of a JMS trigger that processes one message at a time.
Input Parameters
JMSMessage
Document A document reference (IData) to the pub.jms:JMSMessage document type, which defines the structure of a JMS message.
Output Parameters
None.
Usage Notes
If you want to use a JMS trigger to retrieve and process multiple messages in one batch, use pub.jms:batchTriggerSpec to declare the inputs and outputs of the JMS trigger service.
See Also
pub.jms:batchTriggerSpec
pub.jms:JMSMessage