Do all 6 requests go to the same adapter? If so, running multiple adapters will help with the “one at a time” issue. You can do this in Adapter Configuration, increasing the number of adapters. Or, you can run adapters on different boxes, give them the same name and they will all pull events from the queue in a first come, first serve manner. Each event will only be processed by one adapter. You need to enable queue sharing for this.
If all 6 requests go to different adapters, then the above is not a problem.
Another thing that impacts speed of processing is where the adapters are running. The biggest performance gain I’ve seen is moving the adapters off of the broker box. Unfortunately I don’t have specific numbers, but you may be able to achieve some good gains.
#broker#webMethods#Integration-Server-and-ESB