I have seen this problem both during high and normal volumes.
I have one doubt about how the trigger works tho`.
Lets say we have a trigger with property:
- capcity: 10
- refill level: 4
- Max exec thread: 2
- Process mode: concurrent
And lets assume we have 100 documents in broker queue related to this trigger.
Initially the IS will fill the trigger queue with 10 documents to be processed and the trigger will invoke two associated services at a time and after the trigger queue reaches 4, the IS will refill the trigger queue.
Now my questions is, once the trigger is refilled does it sort the documents so that the documents will be processed as first come first serve way or it is a random process.
If it is random, then there is a probability that the first 4 documents will stay in the queue until the 96 documents gets processed.
Do you have any details regarding this?
thanks for your reply
kerni
#Integration-Server-and-ESB#webMethods#Universal-Messaging-Broker