Mike,
It depends on how the ME-INT content is structured if you can parallel process them which means a couple of scenarios but are mainly content configuration related. I am not sure on limitations in ME so I will leave it up to you to determine if these scenarios can be implemented against ME properly. From an MII perspective you have the following options:
- You can parallel process IDocs that have different names by setting up individual processing rules for the message names and routing them to the processing transaction.
- After routing a message to a transaction you can use the "Dynamic Transaction Call" with Asynchronous mode enabled, and call the processor transaction from there.
- If you are using Categories you can also setup, in the scheduled processing transaction, the "Dynamic Transaction Call" with Asynchronous mode enabled.
Sam