BPM Queue
Trigger Message Header
Please note that the General Headers from the Message Queue API page do not apply for the trigger message as this is not a request or a response!
Header name |
Stored in |
Values |
Purpose |
JMSCorrelationID |
JMS Message header |
<String> |
Identifies the communication series that the message belongs to. |
MessageFormat |
JMS Property |
XML/JSON |
Similar to HTTP Content-type header. Can either be XML or JSON. Note ActiveVOS can only consume XML. |
P360TargetService |
JMS Property |
<String> |
The target consumer service within the target workflow. |
Origin |
JMS Property |
<String> |
Identifies the P360 server environment (DEV/QA/PROD) the message was sent by. Per default this is the value of system.name in the server.properties |
Message Body
The message body consists of the corresponding payload of the trigger which has fired. Details on the payload and how the triggers can be configured can be found in the Trigger Configuration page within the Knowledge Base.