Add mediation context information
Use this task to add a mediation context property for a selected mediation.
The mediation for which to add context information must exist in the console. To create a mediation, see Configure a new mediation.
Mediation context information is used, in addition to the message header information, to determine how a message is processed at run time. New context information is defined by adding a mediation context property. A destination can also have context properties. If we add a context property for a mediation that has the same name as a destination context property, the property on the destination takes precedence. We can add the following mediation context properties:
Property name Description Value Additional information sib:SkipWellFormedCheck Omits the well formed check performed on messages after they have been processed by the mediation. True or false This property is overridden by the message delivery option assured persistent. A well formed check is always performed for messages that have the delivery option assured persistent. sib:GlobalTransactionLPSEnabled Allows a mediation to contain resources for which Last Participant Support (LPS) is enabled. This enables a one-phase commit resource to participate in a global transaction that has two-phase commit resources. True or false
To add new mediation context information for a selected mediation, use the console to complete the following steps:
- Display the Context Properties panel for a selected mediation: click Service integration -> Buses -> bus_name -> [Destination resources] Mediations -> mediation_name -> [Additional Properties] Context properties. Any mediation context properties that have already been defined for the selected mediation are displayed.
- Click New in the content pane.
- Specify the following information for the mediation context property:
- Name
- Type a name for the mediation context property. We must type the name exactly as it appears in the table.
- Context type
- Select the type Boolean for the mediation context property.
- Context value
- Type True to set the property. The value is not case sensitive.
- Click OK.
- Save the changes to the master configuration.
Results
You have added new mediation context information for the selected mediation.
What to do next
We can repeat this task to add another mediation context property.
Related concepts
Mediation context information
Related tasks
Delete mediation context information Listing mediation context properties Configure mediation context properties
Service integration custom properties