cancel
Showing results for 
Search instead for 
Did you mean: 

Publish/subscribe pattern in PI

samantha_nez
Participant
0 Kudos

Hi,

I have a doubt about Web Services.

Is it possible to apply a publish/subscribe pattern in PI? that is to say, a service generates a message and keep it in a queue, so that one o more systems can subscribe to that queue for consuming the service asynchronously?

If so, how could it be configured?

Thanks in advance,

Samantha.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

PI does not support any p/s patterns for webservice.

Answers (1)

Answers (1)

former_member182503
Active Contributor
0 Kudos

Samantha,

The new version of PI 7.3, that is not available yet, you have this feature for JMS.

Please check out this link: [What are the new service bus-based capabilities for SAP NetWeaver Process Integration 7.3 ?|https://websmp107.sap-ag.de/~sapidb/011000358700001199312010E.pdf]

Best regards,

JN

stefan_grube
Active Contributor
0 Kudos

> The new version of PI 7.3, that is not available yet, you have this feature for JMS.

To make it clear: You can create p/s scenarios with help of JMS topics. PI 7.3 allows to address JMS topics.

But the original question was, if PI offers P/S patterns for web services. JMS is not web service.