Hi Everyone,
I'm trying to create the following scenario in SAP PI 7.31 but after a lot of thinking I do not see how I can create it in PI.
I have JMS queues and topics where messages are stored.
I need to make a soap call from a client app to PI to get these messages from the queue. (1 by 1 or all at the same time)
So I need to create a sync soap sender adapter and a async? JMS Receiver adapter.
In my request I would put the queue name or topic name. The request would have to contain the message or messages from the queue.
How can I achieve this?
Tim