Introduction to SAP XI Message Pipeline Processing
An XI message is created when a Sender Communication Channel receives a payload either while listening to a source system or by polling (fetching) from a source system. The message will pass through several steps where the determination of its destination(s) and changes to its structure/values will happen. The Integration Engine processes the message in a step by step (pipeline) process. The following are the most important steps executed by the central pipeline: PLSRV_RECEIVER_DETERMINATION and PLSRV_INTERFACE_DETERMINATION The Sender CC is just the starting point. Based on the CC and the message, the group of objects (interface) involved in the processing of the message and the destination where the message ends up must be determined in XI. The receiver determination and interface determination steps find out the details of the receiver system and the interface for a message. The receiver can be a constant one or calculated dynamically based on the payload. PLSRV_RECEIVER_ME...