cancel
Showing results for 
Search instead for 
Did you mean: 

Message Id and Correlation Id

Former Member
0 Kudos

In JMS Adapter we have different parameters like Message Id and Correlation Id.

like to know what is correlaion id ? and in what way it is different from Message ID ?

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

Message Id is assigned to a single message that is the unique and primary key to search the message.System will automatically assign the unique message Id to different message in SAPXI.

Correlation Id:- suppose you need to send Second message that depends on the first message.

Means 2nd will deliver only when first has already reached.

Then you need to define a correlation betoween these 2 or N, if number of messages is N.

We can define a correlation in JMS itself just like Correlation in BPM.

That correlation identification is called Correlation ID.

I hope this will clear the concept.

Regards,

Sumit Gupta

Answers (0)