cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous sender JMS adapter

Former Member
0 Kudos

Hi ,

I need to do a synchronous scenario : JMS - PI - Proxy

can sender jms adapter be synchronous ?

Thnx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

can sender jms adapter be synchronous ?

JMS supports asynchronous communication only. However, a request/response model similar to synchronous communication can be implemented using a reply queue mechanism and JMS Correlation ID/JMS Message ID.

Search on SDN / SAP Help, there are plenty of documents related to this.

Regards,

Neetesh

Former Member
0 Kudos

I am not able to understand this concept, something needs to be done on PI side or on the JMS queue mechanism ? is the only way to achieve synchornous scneario for jms -pi -proxy?

Thnx

Former Member
0 Kudos

Yes, you have to do few things in PI to achieve this. You can achieve this with / without BPM.

As I mentioned in my earlier post, search on SDN / SAP Help. This is a basic question and search mechanism should be used.

To start with -

http://wiki.sdn.sap.com/wiki/display/XI/JMSWebserviceJMS (a similar scenario).

Regards,

Neetesh

Answers (0)