cancel
Showing results for 
Search instead for 
Did you mean: 

Prioritizing of messages in PI 7.0 SP6

Former Member
0 Kudos

Hi all

When we are recieving messages from the server it is sending the messages to the other end Correctly. But the problem we are facing is, the meessages are not sent in the order they are recieved (FIFO), But they are are randomly processed. PLease let us know what needs to be done so to process the messages by XI in the order we recieve.

Do we no to do any configuration in SXMB_ADM

Thanks,

Sita Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Sitaram,

To prioritizing of messages call transaction SE11 and add the following fixed values to the value range of domain SXMS_LOCATION:

Fixed value: 1, Short description: Integration Engine - Sender

Fixed value: 4, Short description: Integration Engine - Recipient

Activate the changes.

Call transaction SE11 and change the description of the domain fixed values SXMS_Q_PREFIX as follows:

XPTA high-priority EO queue on the IS outbound processing/recipient

XBTZ low-priority EO queue on the IS outbound processing/recipient

XBT1 high-priority EO queue on the IS inbound processing/recipient

XBT9 low-priority EO queue on the IS inbound processing/recipient

Activate the changes.

Call transaction SMQR, and regisgter the following queue prefixes on the sender and recipient systems:

XBTA*, MAXTIME 120

XBTZ*, MAXTIME 30

XBT1*, MAXTIME 120

XBT9*, MAXTIME 30

Refer note 1000330,726080.

Cheers,

Shyam