A mediation that is associated with a bus destination to apply processing to messages on that destination.
To view this pane in the console, click the following path:
bus_name mediation_name.
Configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.
The name by which this mediation is known for administrative purposes.
Required | No |
Data type | Text |
The universal unique identifier assigned by the system to this mediation for administrative purposes.
Required | No |
Data type | Text |
An optional description for the mediation, for administrative purposes.
Required | No |
Data type | Text area |
Default | null |
The name of the handler list that was defined when the mediation was deployed.
Required | Yes |
Data type | Text |
Whether or not a global transaction is started for each message processed.
Required | No |
Data type | Check box |
Default | Cleared |
Select this option (setting it to true) to apply the mediation to multiple messages concurrently. Message ordering is not preserved. The default option is false.
Required | No |
Data type | Check box |
Default | Cleared |
Controls which messages are sent to the mediation. If a message matches the rule defined by the selector text string, then the mediation is applied to the message.
You should base the content of the selector text string on an understanding of which messages should be processed by the mediation. The format of the selector string is the same as for JMS selectors.
Required | No |
Data type | Text |
Default | Cleared |
Controls which messages have the mediation applied to them. If the topic of a message matches the rule specified by the discriminator text string, then the mediation is applied to the message. If both the selector and discriminator are specified, the message must match both rules for the mediation to be applied to the message.
You should base the content of the discriminator text string on an understanding of which message topics should be processed by the mediation. The format of the discriminator is the same as the topic discriminator specification.
Required | No |
Data type | Text |
Default | Cleared |