cancel
Showing results for 
Search instead for 
Did you mean: 

XI sync communication

Former Member
0 Kudos

hi,

what are the advantages and limitations of using synchronous communication on an XI perspective.

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

STALANKI
Active Contributor
0 Kudos

Using a synchronous scenario is driven by the business requirments.

Synchronous messages assures the sender that it has been recieved by the target host appropriately.

Contrary,Sending System has to wait until it gets a response from the target host by delaying the operations that has to be performed.So we need to tradeoff with performance.

Asynchronous messages are persisted and synchronous are not persisted meaning re-starting messages when error occurs is not possible.

Former Member
0 Kudos

hi,

which adapters in XI supports synchronous communication.

thanks.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Adapters supporting Synch comm,

RFC

JDBC

HTTP

SOAP

Mail

XI

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

Regards

Bhavesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Further disadvantages of sync communication:

- Messages can't be sent to multiple receivers

- Receiver can't be offline while message is sent

- Packing of messages is not possible