External Event Listener Xquery for ERP call in OSM
Hi All,
I am working with OSM 7.2.0.4.
I have a requirement, where I need to make a webservice call to external ERP system(Through Xquery Sender in an automated task). Once the call is made the ERP system will send the response back after some time (around 2 days). I have configured an External event listener to read the response from ERP system and update the details in local data schema. I have some queries regarding it, they are:
- How much time does the automated task wait ? Is it configurable ?
- Do we need to configure JMS correlationId as well ?
- Is there any other approach sugested or OOTB functionality available ?