Listing mediation context properties
Use this task to list context properties for a selected mediation.
Mediation context information is used, in addition to the message header information, to determine how a message is processed at run time. The context information is provided by one or more of 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
In this task, you use the console to list the mediation context properties for a selected mediation, as follows:
- Log in to the console.
- Click Service integration -> Buses -> bus_name -> [Destination resources] Mediations -> mediation_name -> [Additional Properties] Context properties.
Results
The mediation context properties for the selected mediation are displayed.
What to do next
We can configure or delete the context information, or add a new context property for the selected mediation.
Related concepts
Mediation context information
Related tasks
Add mediation context information Delete mediation context information Configure mediation context properties