I am new to working on webservices and want to work on implementing Parallel processing of webservices using IIB v10. So, If a message is sent to message flow via MQ Input node, IIB processes the message till completion before processing another message coming from the input node.
The setup I am trying to build will be as follows-
- IIB app should accept webservice requests from multiple applications .
- As soon as the webservice request comes in from any application, IIB should start processing the request. It should not wait on previous request to be completed first.
- Each request should have a unique response for that request i.e, using correlation id to make sure the response is sent back for a specific request.
In short, I want my IIB app to allow parallel processing. I was going through IBM knowledge center and couldn't find any sample on IIB allowing parallel processing. Per project requirement, I am leaning on using REST nodes.
It would be great to have a message flow sample that will help me in implementing such a setup.
Thank you !
------------------------------
Nikita
------------------------------