cancel
Showing results for 
Search instead for 
Did you mean: 

JMS message id as JMS correlation ?

Former Member
0 Kudos

I read this document: "How to Correlate JMS Messages"

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc...

My scenario is AP1 -> XI -> SAP -> XI -> AP1, because AP1 sends lots of messages at the same time, so I need to use correlation. Current plan is we want to use JMS message id. But this document only describe to use the "XI message id", not "JMS message id".

I found in sender communication channel configuration, I can use JMS message id as the XI message id. But because I have a mapping before the BPM, it means the message received by BPM is not the message received by XI.

(detail scenario is AP1 -> XI -> mapping to another message -> BPM -> AP1.)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I got it, I can set the conversation id to the context object "ConversationID" of "http://sap.com/xi/XI/System", it's ok.