cancel
Showing results for 
Search instead for 
Did you mean: 

Message flow direction

Former Member
0 Kudos

What exactly is the message flow direction ? In a sender system does the message moves from adapter engine to integration server or viceversa ? Similarly in a receiver system does the message move from Integration server to adapter engine ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Message flow directions are with respect to the Message Interface bound to the Sender or Receiver System

Sender System (Outbound Interface) to XI box

Recevier System (Inbound Interface) from XI box

Regards

srini

Former Member
0 Kudos

Hi

Thanks for your time

I wanted to know with respect to adapter engine and integration server. When exactly does a message flows from adapter engine to integration server and integration server to adapter engine ?

Radhika

Former Member
0 Kudos

Hi Radhika,

The messages are picked up by the sender communication channel, send to resource adapter in adapter engine which does the required formats into xml.

Then it goes to Module Proccessor and all module works on this in a perticular manner.

then it goes to in a queue, and all the basic routing and mapping part is done here

and then it goes to Integration server Messaging Queue.

To receive the messge from Integration server Messaging Queue and upto receiver end whole process is done in reverse manner.

If the adapter involved is a Java based adapter, then the flow would be

Sender - Adapter Engine (sender) - Integration Engine - Adapter Engine (receiver) - Receiver

If say sender adapter is ABAP based, then it would be

Sender - Integration Server (Idoc/HTTP Adapter) - Integration Engine - Adapter engine (receiver) - Receiver

for more clarrification go throgh the following blog

Regards

Sridhar Goli

Former Member
0 Kudos

Hi

Thanks a lot for your reply. The blogg really helped

Radhika

Edited by: Radhika Shetty on Oct 18, 2008 2:39 PM

Answers (1)

Answers (1)

SudhirT
Active Contributor
0 Kudos

HI,

did u chk d blog UNDERSTANDING MESSAGE FLOW IN XI by Siva maranani.

Thanks!

Former Member
0 Kudos

I checked that blog. It really helped thanks

Radhika

Edited by: Radhika Shetty on Oct 18, 2008 2:40 PM