Default messaging provider queue [設定]

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

  • 資源 -> JMS -> 佇列 -> queue_name
  • 資源 -> JMS -> JMS 提供者 -> a_messaging_provider -> [其他內容] 佇列 -> queue_name

「配置」標籤

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

一般內容

範圍

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
必要
資料類型 自訂

佇列名稱

Type the name of a queue that has been created on the service integration bus.
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.

優先順序

If a value is not specified for this property, the message priority set by the producing application is used.
Information Value
必要
資料類型 整數
範圍 0 through 9

The message priority range is from 0 (lowest) through 9 (highest).

先讀

指派給消費者的訊息已在伺服器上鎖定,而該目的地的任何其他消費者都無法使用那些訊息。指派給消費者的訊息,如果在這個消費者關閉之前都未使用,之後便會在伺服器中解開鎖定,任何其他消費者都可以接收它。

這個內容會置換 JMS Connection Factory 的 Read ahead 內容所設定的值。

Information Value
必要
資料類型 下拉清單
範圍
已啟用
傳訊提供者會事先將訊息指派給消費端。這會改進滿足消費端要求所花的時間。

已停用
傳訊提供者不會事先將訊息指派給這個目的地的消費端。

繼承自 Connection Factory
已定義連線的先讀最佳化功能。

如果佇列點是配置在連接的傳訊引擎,則將訊息限制在本端佇列點

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 applies when using this JMS queue to send and receive messages, and when setting a reply queue in a request message. When a reply queue is set in a request message, the local queue point is on the messaging engine to which the application setting the reply queue is connected, not the messaging engine to which the application that uses the reply queue sends the reply message. If the connected messaging engine does not have a queue point for the destination this option is ignored. The default value is FALSE.

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
必要
資料類型 圓鈕

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



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