Hi Experts,
I have a requirement to model the following scenario in my landscape.
A service in cloud will invoke a webservice hosted in PI, the PI webservice should fetch data from a JMS queue and send it back in the webservice response.
I could use a Sync-Async bridge for this.
SCP (Cloud connector) makes a sync SOAP call to PI -> PI converts that into a Async request , and a Async response from the JMS queue is send back in the sync response of the SOAP call.
But in the scenarios that’s handled via the sync - async bridge there are 2 JMS queues, 1 is the request queue (where a request message is written to ) and the other is a response queue (where a response message is read from).
But in our case we have only a single queue. The request from webservice is only to read all the messages in the JMS queue.
How do I handle this? Any ideas?
Add comment