IBM MQ 鏈結傳送端通道 [設定]

This pane displays the sender channel that sends messages to the gateway queue manager. The sender channel communicates with a IBM MQ receiver channel on the gateway queue manager, and converts service integration bus messages to MQ format messages.

如果要在主控台中檢視這個頁面,請按下列路徑:

服務整合 -> 匯流排 -> bus_name -> [拓蹼] 傳訊引擎 -> engine_name -> [其他內容] IBM MQ 鏈結 -> link_name-> [其他內容] 傳送端通道 -> channel_name.

「配置」標籤

「配置」標籤顯示這個物件的配置內容。 這些內容會保留下來,即使停止並重新啟動執行時期環境也一樣。請參閱資訊中心作業說明,以取得如何將配置變更套用於執行時期環境的相關資訊。

一般內容

IBM MQ 鏈結傳送端通道名稱

This name must be the same as the name of the receiver channel on IBM MQ.

For information about choosing channel names, see the description of the Channel name (CHANNEL) property in the Intercommunication section of the IBM MQ information center.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

If the previous channel is unknown, restart is delayed until the uncertainty is resolved.

Information Value
必要
資料類型 字串

單一連線

Select 單一連線 to specify the host name and port for one target queue manager. If you have a high availability configuration, with one or more failover gateway queue managers available in the IBM MQ network in addition to the target queue manager, select 多重連線名稱清單 instead.

If you do not specify any host names, either as a single connection or in a list of multiple connections, the gateway queue manager is assumed to be running on the same host as the messaging engine on which the IBM MQ link is defined.

Information Value
必要
資料類型 圓鈕

主機名稱

This is the host name or IP address of the target queue manager in the IBM MQ network.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 字串

This is the port number on which the gateway queue manager is listening for the inbound communication requests.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 Integer
範圍 0 through 65535
預設值 1414

多重連線名稱清單

Select 多重連線名稱清單 if you have one or more failover gateway queue managers available in the IBM MQ network in addition to the target queue manager. If no failover gateway queue manager is available, you can select 單一連線 instead.

If you do not specify any host names, either as a single connection or in a list of multiple connections, the gateway queue manager is assumed to be running on the same host as the messaging engine on which the IBM MQ link is defined.

Information Value
必要
資料類型 圓鈕

連線名稱清單

Specify a list of host names, or IP addresses, and ports for the active and standby IBM MQ queue managers in a high availability configuration. You may also use this field to specify a single host name and port.

Specify the host names, or IP addresses, and ports in the format hostname1(nnnn),hostname2(nnnn) separating each pair with a comma. Specify IP addresses in IPv4 format.

If you specify a port alone as an entry in the list, WebSphere® Application Server uses the default host name localhost with the port. If you specify a host name alone as an entry in the list, WebSphere Application Server uses the default port number 1414 with the host name. For example, a connection names list consisting of the values (1422),example.com is interpreted as localhost(1422),example.com(1414).

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 自訂

傳輸鏈

This must be one of the outbound transport chains in the application server, to be used when establishing a network connection to a IBM MQ queue manager receiver channel.
By default, this property can take one of the following values:
OutboundBasicMQLink
Used to establish connections with IBM MQ queue manager receiver channels.
OutboundSecureMQLink
Used to establish connections with IBM MQ queue manager receiver channels that have been secured by using SSL. The SSL configuration used is taken from the default SSL repertoire for the application server being used to contact the queue manager.

You can also choose to specify another outbound transport chain that you have defined separately on the TransportChannelService object of the application server used for IBM MQ interoperation.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Modified transport chains are visible only after a server restart.

Information Value
必要
資料類型 自訂

斷線間隔

The default value is a reasonable interval. Change this value only if you understand the implications for performance, and you need a different value for the requirements of the traffic flowing down your channels.

Performance is affected by the value specified for the disconnect interval. A very low value (a few seconds) can cause an unacceptable amount of processing in constantly starting up the channel. A very large value (more than an hour) might mean that system resources are unnecessarily held up.

If you want your channels to be active only when there are messages for them to transmit, you should set the disconnect interval to a fairly low value. Note that the default setting is quite high and so is not recommended for channels where this level of control is required. Because it is difficult to interrupt the receiving channel, the most economical option is to have the channel automatically disconnect and reconnect as the workload demands. For most channels, the appropriate setting of the disconnect interval can be established heuristically.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 整數
範圍 0 through 999999

A value of 0 (zero) means never disconnect; the channel waits indefinitely for messages.

短重試次數

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 整數
範圍 0 through 999999999

短重試間隔

For more information about using retry mechanisms with IBM MQ, see the Intercommunication section of the IBM MQ information center.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 整數
範圍 0 through 999999999

長重試次數

For more information about about using retry mechanisms with IBM MQ, see the Intercommunication section of the IBM MQ information center.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 Long
範圍 0 through 999999999

長重試間隔

For more information about using retry mechanisms with IBM MQ, see the Intercommunication section of the IBM MQ information center.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 Long
範圍 0 through 999999999

起始狀態

Dynamic updates to this property are effective on messaging engine restart or sender channel creation.請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 下拉清單
範圍
已停止
當啟動相關聯的傳訊引擎時,IBM MQ 鏈結是在已停止狀態中,無法與 IBM MQ 網路通訊。
已啟動
當啟動相關聯的傳訊引擎時,會自動啟動 IBM MQ 鏈結,並啟用它來與 IBM MQ 網路通訊。

「執行時期」標籤

「執行時期」標籤顯示這個物件的執行時期內容。 這些內容會直接影響現行執行時期環境,但在環境停止時,不會保留下來。 如果要保留執行時期內容值,請變更「配置」標籤中對等的內容值。 請參閱資訊中心作業說明,以取得如何將配置變更套用於執行時期環境的相關資訊。

一般內容

IBM MQ 鏈結傳送端通道名稱

For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

If the previous channel is unknown, restart is delayed until the uncertainty is resolved.

虛擬佇列管理程式名稱

IBM MQ 網路用來識別本端匯流排的虛擬佇列管理程式名稱。通常會建議您將佇列管理程式名稱設為符合本端匯流排的名稱。 由於 IBM MQ 佇列管理程式名稱不能超出 48 個字元,您必須確定本端匯流排名稱的長度不超出 48 個字元。

IBM MQ 而言,匯流排會呈現為 IBM MQ 佇列管理程式或佇列共用群組。 這個欄位提供 IBM MQ 用來定址這個匯流排所代表之虛擬佇列管理程式的佇列管理程式名稱。
Information Value
必要
資料類型 字串

I/P 位址

Information Value
必要
資料類型 字串

狀態

Information Value
必要
資料類型 下拉清單
範圍
非作用中
已備妥和啟用 IBM MQ 鏈結來建立連線,但尚未建立任何連線。
啟動中
IBM MQ 鏈結已收到連線要求,正在這個連線的啟動程序中。
連結
IBM MQ 鏈結正在執行通道協議,尚未準備好開始傳送訊息。
正在起始設定
IBM MQ 鏈結正在起始設定連線階段作業,尚未準備好開始傳送訊息。
正在重試
IBM MQ 鏈結正在重試失敗的連線。
待機
通道正用於待用用途。通道必須在作用中,才能夠傳送訊息。
執行中
IBM MQ 鏈結有與 IBM MQ 的作用中階段作業,資料可以在 IBM MQ 鏈結IBM MQ 之間傳送。
停止
IBM MQ 鏈結或與這個鏈結的連線,正在停止程序中。
已暫停
通道正在等待訊息重試間隔完成。
已停止
IBM MQ 鏈結已停止狀態中,無法處理任何新的連線要求。
多重
IBM MQ 鏈結已建立與 IBM MQ 的多個階段作業,且這些階段作業可以是不同的狀態:啟動中執行中停止中已停止

主機名稱

For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

傳輸鏈

This must be one of the outbound transport chains in the application server, to be used when establishing a network connection to a IBM MQ queue manager receiver channel. For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Modified transport chains are visible only after a server restart.

斷線間隔

For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

短重試次數

For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

短重試間隔

For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

長重試次數

For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

長重試間隔

For more information, see the description of this property for the 「配置」標籤.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

批次大小

Information Value
必要
資料類型 字串

通道開始時間

Information Value
必要
資料類型 字串

通道啟動日期

Information Value
必要
資料類型 字串

活動訊號間隔

The negotiated time, in seconds, between heartbeat flows passed from the IBM MQ link sender channel to the IBM MQ receiver channel when there are no messages on the transmission queue.

Information Value
必要
資料類型 整數

順序包裝

This is the highest number the message sequence number reaches before it restarts at 1. The default value is 999999999.

For more information about choosing the value for this property, see the description of the Sequence Number wrap (SEQWRAP) property in the Intercommunication section of the IBM MQ information center.

這個內容的動態更新在通道重新啟動時生效。請利用「執行時期」標籤來檢查現行狀態。

Information Value
必要
資料類型 Long
範圍 100 through 999999999

訊息長度上限

The negotiated maximum message length, in bytes, that can be transmitted on the channel. This value is compared with the value from the partner IBM MQ receiver channel, and the maximum message length used is the lower of the two values.

Information Value
必要
資料類型 整數

已要求停止

To make a stop request, use the buttons provided on the IBM MQ 鏈結傳送端通道 collection panel.
Information Value
必要
資料類型 下拉清單
範圍
true
通道不確定對於它所傳送的工作單元,IBM MQ 已確定的訊息。
false
通道不確定 IBM MQ 已確定了哪些訊息。

現行 LUWID

Indoubt channel problems are usually resolved automatically. Sequence number and logical unit of work ID (LUWID) records are kept to help resolve indoubt channel problems when communication has been re-established. For information resolving indoubt channels, see the Intercommunication section of the IBM MQ information center.

Information Value
必要
資料類型 字串

現行序號

Indoubt channel problems are usually resolved automatically. Sequence number and logical unit of work ID (LUWID) records are kept to help resolve indoubt channel problems when communication has been re-established. For information resolving indoubt channels, see the Intercommunication section of the IBM MQ information center.

Information Value
必要
資料類型 字串

不確定

Whether the message on the channel is in an indoubt state.

Problems with a channel that is in an indoubt state are usually resolved automatically. Sequence number and logical unit of work ID (LUWID) records are kept to help resolve problems with an indoubt channel when communication has been re-established. For information about resolving indoubt channels, see the Intercommunication section of the IBM MQ information center.

Information Value
必要
資料類型 下拉清單
範圍
true
通道不確定對於它所傳送的工作單元,IBM MQ 已確定的訊息。
false
通道不確定 IBM MQ 已確定了哪些訊息。

最後一個 LUWID

To determine the last-committed logical unit of work ID (LUWID) for the channel, compare this value to the last-committed LUWID for the receiving side of the channel.
  • If the two LUWIDs are the same, the receiving side has committed the unit of work that the sender considers to be in doubt. The sending side can now remove the indoubt messages from the transmission queue and re-enable it.
  • If the two LUWIDs are different, the receiving side has not committed the unit of work that the sender considers to be in doubt. The sending side needs to retain the indoubt messages on the transmission queue and re-send them.
Information Value
必要
資料類型 字串

最後一個序號

IBM MQ channels cannot initialize successfully if the channel negotiation detects that the message sequence number is different at each end. You might have to reset this manually.

To be effective, the sequence number must be reset in both the sender and the receiver channel definitions. The starting sequence number is not negotiated when a channel starts up, nor is there a default provided.

Information Value
必要
資料類型 字串

現行批次中的訊息

Information Value
必要
資料類型 字串

傳送的批次數

Information Value
必要
資料類型 字串

傳送的訊息數

Information Value
必要
資料類型 字串

傳送的緩衝區數

Information Value
必要
資料類型 字串

接收的緩衝區數

Information Value
必要
資料類型 字串

傳送的位元組數

Information Value
必要
資料類型 字串

接收的位元組數

Information Value
必要
資料類型 字串

前次訊息傳送時間

Information Value
必要
資料類型 字串

前次訊息傳送日期

Information Value
必要
資料類型 字串

啟動剩餘的短重試

Information Value
必要
資料類型 字串

剩餘長重試開始

Information Value
必要
資料類型 字串

非持續性訊息速度

Information Value
必要
資料類型 下拉清單
範圍
快速
如果傳輸失敗,或在傳輸訊息時通道停止,則會遺失非持續訊息。
一般
如果傳輸失敗,或訊息在傳輸時通道停止,不會失去非持續性訊息。

指出主題類型的圖示 參照主題



時間戳記圖示 前次更新: July 9, 2016 11:10
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=SIBMQLinkSenderChannel_DetailForm
檔名:SIBMQLinkSenderChannel_DetailForm.html