cancel
Showing results for 
Search instead for 
Did you mean: 

Sequencing of Messages

Former Member
0 Kudos

Hi,

XI receives three same messages at the same time from Legacy ( using JMS adapter )with different payload(DATA),

I want to send the messages in sequences and not prioritizes..so that the PO is posted correctly in SAP...

Do I have to use BPM or is there any Q management that can be done?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

...want to send the messages in sequences and

just use EOIO QoS in jms sender adapter

http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm

and dont use bpm

Regards,

michal

Answers (2)

Answers (2)

STALANKI
Active Contributor
0 Kudos

You can send messages in sequence using event driven processing also.you can check sxmb_adm-event driven configuration.you can refer to SAP help for configuring that.

Former Member
0 Kudos

Hi,

You can set the QOS as EOIO while configuring the JMS adapter, this will preserve the order of execution of messages.

cheers,

naveen