InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages of using asynchronous communication? |
|
Answer» In case of failure, SAP PI system ensures the guaranteed delivery and will resend the message. No configure required for duplicate checks. You can configure multiple receivers in this scenario. Both sender system and receiver system need not be online at same time. PI logs all the messages send via asynchronous communication. No time out as intermediate system keeps the message and response request. |
|