調解 [設定]
如果要在主控台中檢視這個頁面,請按下列路徑:
.
「配置」標籤
「配置」標籤顯示這個物件的配置內容。 這些內容會保留下來,即使停止並重新啟動執行時期環境也一樣。請參閱資訊中心作業說明,以取得如何將配置變更套用於執行時期環境的相關資訊。
一般內容
調解名稱
Information | Value |
---|---|
必要 | 否 |
資料類型 | 字串 |
UUID
Information | Value |
---|---|
必要 | 否 |
資料類型 | 字串 |
說明
Information | Value |
---|---|
必要 | 否 |
資料類型 | 文字區 |
處理程式清單名稱
Information | Value |
---|---|
必要 | 是 |
資料類型 | 字串 |
廣域交易
- Cleared
- A local transaction is started for each message processed. You only need to select this option for mediations that access other resource managers such as databases, or interact with Enterprise JavaBeans that require a global transaction.
- Selected
- A global transaction is started for each message processed.
Information | Value |
---|---|
必要 | 否 |
資料類型 | 布林 |
允許並行調解
- Selected
- Apply the mediation to multiple messages concurrently, and preserve message ordering.
- Cleared
- Apply the mediation to a single message at a time. This setting is required to ensure that message ordering is preserved.
Information | Value |
---|---|
必要 | 否 |
資料類型 | 布林 |
選取元
If the message does not match the
rule defined by the selector text string, then the message is not
mediated. If a message contains both Selector and Discriminator, it
must match both rules for the message to be mediated. If either the
Selector or the Discriminator rule does not match, the message is
not mediated.
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.
Information | Value |
---|---|
必要 | 否 |
資料類型 | 字串 |
鑑別器
Compare this property with the Selector
property. The rule specified by the Selector examines the header and
properties of the message, whereas the discriminator examines the
topic of the message. If a message contains both Selector and Discriminator,
it must match both rules for the message to be mediated. If either
the Selector or the Discriminator rule does not match, the message
is not mediated.
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.
Information | Value |
---|---|
必要 | 否 |
資料類型 | 字串 |