Asynchronous Communication: Handling multiple events from external system
Hi All,
I need to handle multiple events sent by external system for one request sent from OSM .
Here I need to update OSM order data with individual events and the number of events is dynamic . Using JMS correlationId(which has been set in request message) we can listen to events in separate task but the external system is not running on weblogic and don't want push the responsibility to external system to set the same correlationId for all events for one particular order.
Can anyone please help me how to implement this? Your immediate help is much appreciated.
Thanks in advance