JMS Correlation ID
When the a third party message is received and specifies synchronous mode, a reference to the temporary queue or topic must be set in the JMS message header for the JMS listening connector to determine the destination of the message response. The JMS listening connector also sets the JMS correlation ID when it sends the response so the requestor so it can properly associate the response with its corresponding request. The PeopleTools documentation says this should be set in the JMS message header. What is the keyword that should be used to set the correlation ID?
0