Default messaging provider queue [設定]
如果要在主控台中檢視這個頁面,請按下列其中一個路徑:
「配置」標籤
「配置」標籤顯示這個物件的配置內容。 這些內容會保留下來,即使停止並重新啟動執行時期環境也一樣。請參閱資訊中心作業說明,以取得如何將配置變更套用於執行時期環境的相關資訊。
一般內容
範圍
Specifies the highest topological level at which application servers can use this resource object.
Information | Value |
---|---|
必要 | 否 |
資料類型 | 字串 |
提供者
Specifies a JMS provider, which enables asynchronous messaging based on the Java Message Service (JMS). It provides J2EE connection factories to create connections for specific JMS queue or topic destinations. JMS provider administrative objects are used to manage JMS resources for the associated JMS provider.
Information | Value |
---|---|
必要 | 否 |
資料類型 | 字串 |
名稱
The required display name for the resource.
Information | Value |
---|---|
必要 | 是 |
資料類型 | 字串 |
JNDI 名稱
The JNDI name for the resource.
請依照慣例,使用格式為 jms/Name 的 JNDI 名稱,其中 Name 是資源的邏輯名稱。使用 JNDI 及其語法的詳細資訊,請參閱「WebSphere Application Server 中的 JNDI 支援」主題。
Information | Value |
---|---|
必要 | 是 |
資料類型 | 字串 |
說明
An optional description for the resource.
Information | Value |
---|---|
必要 | 否 |
資料類型 | 文字區 |
匯流排名稱
Information | Value |
---|---|
必要 | 否 |
資料類型 | 自訂 |
佇列名稱
Information | Value |
---|---|
必要 | 是 |
資料類型 | 自訂 |
遞送模式
Information | Value |
---|---|
必要 | 否 |
資料類型 | 下拉清單 |
範圍 |
|
存活時間
Information | Value |
---|---|
必要 | 否 |
資料類型 | 整數 |
範圍 | 0 through 574476389546486783 A value of 0 (zero) means that messages are kept indefinitely. The default for this property is null, which allows the application to determine the time to keep messages. |
優先順序
Information | Value |
---|---|
必要 | 否 |
資料類型 | 整數 |
範圍 | 0 through 9 The message priority range is from 0 (lowest) through 9 (highest). |
先讀
這個內容會置換 JMS Connection Factory 的 Read ahead 內容所設定的值。
Information | Value |
---|---|
必要 | 否 |
資料類型 | 下拉清單 |
範圍 |
|
如果佇列點是配置在連接的傳訊引擎,則將訊息限制在本端佇列點
Indicates whether the underlying service integration bus queue destination is scoped to a local queue point when addressed by using this JMS queue. A local queue point is a queue point of the service integration bus queue that is configured on the messaging engine to which the JMS application is connected.
This option is supported only when used by a JMS application that is running with a WebSphere Application Server 7.0 版或更新版本 server or client, and that is connected to a messaging engine running on WebSphere Application Server 7.0 版或更新版本 server. Use on previous versions of WebSphere Application Server will result in an exception to the application.
Information | Value |
---|---|
必要 | 是 |
資料類型 | 布林 |
預設值 | FALSE |
本端佇列點喜好設定
- 偏好將訊息傳送到本端佇列點
- 如果這個佇列的佇列點在應用程式所連接的傳訊引擎上,則請優先將所有訊息傳送給它,以提升效能。
如果這個本端佇列點不接受新訊息,可能的話,訊息會傳送到其他佇列點。
Information Value 必要 否 資料類型 圓鈕 - 不偏好透過其他佇列點的本端佇列點
- This
option is supported only when used by a JMS application that is running
with a WebSphere Application Server7.0 版或更新版本 server or client, and
that is connected to a messaging engine running on WebSphere Application Server7.0 版或更新版本 server. Use on previous
versions of WebSphere Application Server will result
in an exception to the application.
Information Value 必要 否 資料類型 圓鈕
跨佇列點的訊息親緣性
- 將所有訊息傳送到相同的佇列點
- 訊息產生者會將所有訊息傳送至訊息產生者所連接的相同佇列點。這個選項不會影響最初的佇列點選擇。此選項只在下列情況下適用於訊息產生者:佇列是在訊息產生者建立時,而非傳送訊息時識別的。 This
option is supported only when used by a JMS application that is running
with a WebSphere Application Server7.0 版或更新版本 server or client, and
that is connected to a messaging engine running on WebSphere Application Server7.0 版或更新版本 server. Use on previous
versions of WebSphere Application Server will result
in an exception to the application.
Information Value 必要 否 資料類型 圓鈕 - 訊息可以傳送到不同的佇列點
- 訊息產生者可根據佇列點的可用性及系統的工作量平衡,將訊息傳送至不同的佇列點。
Information Value 必要 否 資料類型 圓鈕
訊息可見性
- 只有在單一佇列點的訊息是可見的
- 消費者或瀏覽者只能存取一個佇列點上的訊息,而不是整個佇列的訊息。單一佇列點由傳訊系統來選擇。
相對於其他佇列點,偏好應用程式連接的相同傳訊引擎上所定義的佇列點。
Information Value 必要 否 資料類型 圓鈕 - 在所有佇列點的訊息都是可見的
- 消費者或瀏覽者可以存取佇列的所有佇列點上的訊息。
如果您啟用這個選項,就會主動檢查所有佇列點的訊息。
這表示不會有任何訊息留在自動式佇列點上。
不過,在所有佇列點上掃描訊息要投入效能成本,而您也無法再控制從佇列中取出訊息的順序。 This
option is supported only when used by a JMS application that is running
with a WebSphere Application Server7.0 版或更新版本 server or client, and
that is connected to a messaging engine running on WebSphere Application Server7.0 版或更新版本 server. Use on previous
versions of WebSphere Application Server will result
in an exception to the application.
Information Value 必要 否 資料類型 圓鈕