cancel
Showing results for 
Search instead for 
Did you mean: 

Prioritized Messages in combination with Event-Driven Message Processing

Former Member
0 Kudos

Hi,

our Scenario (EO): Sender A sends large IDocs to Receivers X and Y (> Split)

1.

What we did first:

Prioritized Message Processing

Sender A sends large Messages, therefore we prioritzied Messages in the IE with EO_MSG_SIZE_LIMIT > 4000.

This works fine: Messages are queued in XBTL and XBTM and afterwards they are send to Receiver X and Y.

2.

What we did next:

Event-Driven Message Processing

Now we want to send the Message from Sender A to Receiver X directly and to Receiver Y at night time.

We add Event-Driven Message Processing, Sender- and ReceiverID for A and Y,Job and so on...

On it's own (without Prioritized Message Processing), this works fine: The messages are send at night time.

But in combination (Event-Driven + Prioritized Message Processing) the messages only passes the Prioritized Message Processing and the Event-Driven is ignored.

Our "Hop-List" for Split A to Y was:

1. XBTL

2. XBTJ2008...

3. XBTM

But actually all Messages passes:

1.XBTL

2.XBTM

Why are the messages not filtered for the Event-Driven Message Processing (in combination with the Prioritized Message Processing)?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Had no one else has the same problem before?

Thanks,

Olaf

Former Member
0 Kudos

Hi,

did you tried to find any errors in traces (j2ee default trace, abap trace,SXMB_MONI)?

Former Member
0 Kudos

I tried again, but found any obviously errors.

Former Member
0 Kudos

It was an error in the SourceCode and is now corrected by SAP:

Hinweis 1295746 - XI Runtime: Fehler in Ereignisgesteuerte Messageverarbeitung

Olaf