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)?