cancel
Showing results for 
Search instead for 
Did you mean: 

Can anybody explain some definition vividly in pipeline?

Former Member
0 Kudos

hi experts,

i want to catch more exactly about some definition in pipeline when processing message in Integration Server.

supose the scenario of dispatching package or mail,can anyone explain the "Receiver Grouping" and "Message Branching" vividly ??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

Pipe line is nothing but a series of steps or services (or technically diffrent java classes for each services)each msg pass through before reaching the target.

When a source message reaches the Integration server

the messages under goes this

a) Receiver Determination:

This steps determines the system that participates in the exchange of the message.

b) Interface Detremination:

For each receiver determine which interface will should receieve the message.

c) Message Split:

If more than one receievers are found, XI will instantiate new message for each receiver.

d) Message Mapping:

Mapping to transform the source message to destination message format.

e) Technical Routing:

Bind a specific destination and protocol to the message.

f) Call outbound Adapter:

Send the transformed message to the adapter or a proxy.

Refer below links for more info:

http://help.sap.com/saphelp_nw04/helpdata/en/41/b714f85ffc11d5b3ea0050da403d6a/frameset.htm

Divyesh Vasani

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Receiver grouping relates to identification of Receivers through the Receiver determination step of ID. If there are multiple receivers, then message is passed to each receiver or some of them based on condition. This is done using Message Branching.

Regards,

Prateek