Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel4
minLevel2
locationtop
styleborder:1locationtop
typeflat
separatorpipe

Mediator Request Count

...

View (Example)
Description

This provides the list of message IDS that were processed using a mediator. Details including the port, time stamp and whether the message is successfully processed are displayed for each message ID.

Info

When you are searching for information in the data table, you need to use the correct search syntax as described below.

  • If you are searching for a message with a payload that contains the text foo, the search text entered in the Search field should be as follows.
    beforePayload: \"foo\" OR afterPayload: \"foo\"
  • If you are searching for a message of which the message ID is foo, the search text entered in the Search field should be as follows.
    messageId: \"foo\"
PurposeThis allows you to identify the individual messages processed by a specific mediator that have failed, and check whether the mediator has been correctly used for that message (e.g., in combination with other mediators).
Recommended actionClick on a failed message ID to view the message in the OVERVIEW/MESSAGE/<MESSAGE_ID> page. Then click on the mediator (i.e. the one currently being analyzed) in the MESSAGE FLOW gadget. This updates the MEDIATOR PROPERTIES gadget with the payload, transport properties and context properties in the message before and after the mediation was carried out by the mediator. Analyze the differences to identify errors in the mediation performed.