cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Messages with same id in moni

Former Member
0 Kudos

All

I have recently observed that for the interfaces involving BPM, I can see two entries in SXMB_MONI. Everything is same in the two entries except the value of Pipeline, i.e. CENTRAL and PE_ADAPTER.

This case is only for those scenarios where we have sender side as IDoc.

IDOC-> BPM->WEbservice

But in rest of the cases (File -> BPM -> File // Soap->BPM->RFC) we can see only a single entry in Moni but inside we can see multiple messages inside as shown below

What is the reason for this?

Madhav

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I think since IDOC adapter is in abap stack and message directly posted to integration engine and which in turn sends to BPM, Whereas other sender adapters are in java stack and integration engine during pipeline step look for destination using receiver determination and if it bpm, it sends to BPM.