cancel
Showing results for 
Search instead for 
Did you mean: 

Message Monitoring Aspects in Tx sxmb_moni

Former Member
0 Kudos
52

Hi All,

Kindly let me know the details and significance of Message monitoring aspects in Tx sxmb_moni i.e.

Reliable Messaging

HopList

Runtime

Performance Header

Outbinding

Trace

Manifest

Regards,

Robinson

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Reliable messaging - Shows whether the message is of - Eo/EOIO or BE (async, async in queue and sync.)

HopList - Messages hop from one system to another and this keeps the trace of the path... This is required to send back acknowledgements back the reverse path

Runtime - Whole bunch of system info at runtime....

Performance Header - hmmmm... never really used this one

Outbinding - step after receiver/interface determination - To show qualifing receivers.

Trace - There are std trace messages in the system which shows the action taken on the message. you can also define ur own trace and it will shown up in this stack (e.g.- use abstract trace in Jvamapping to find pout the value of variables at runtime).

regards,

Arvind R