Versions Compared

Key

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

The Store mediator enqueues messages passing through its mediation sequence in a given message store. It can serve as a dead letter channel if it is included in a fault sequence and if its message store is connected to a message processor that forwards all the messages in the store to an endpoint.

...

Parameter NameDescription
Message Store

The Message Store, in which messages will be stored. You can give the name of the Message Store either as a value or as an expression.

Tip

You should add the message store to the ESB profile before you can select it here.

  • To give the Message Store name as a value, selectValue for Specify As, and selct the name of the Message Store from the drop down of Value.
  • To give the Message Store name as an expression, select Expression for Specify As, and enter the XPath to derive the Message Store from the message context.

    In the namespace editor, add the namespaces that are used in the XPath.

On Store SequenceThe sequence that will be called before the message gets stored. This sequence  should be pre-defined in the registry before it can be entered here. Click either Configuration Registry or Governance Registry to select the required sequence from the resource tree. For more information on configuring the Registry, go to Working with the Registry in the Common Admin Guide.

...