ルート・スキーマ: 割当て
型: object
ソースの表示
- bytesMaximum(optional): integer(int64)
最小値: -1
最大値: 9.223372036854776E18
デフォルト値: 9.223372036854776E18
この割当てを使用する宛先に格納できる合計バイト数。
値0を設定すると、この割当てを超過せずに、宛先に配置できるメッセージはありません。-1を設定すると、WebLogic Serverによって制限されません。
過剰なバイト数を処理すると、メモリーが飽和状態になります。アプリケーションのロード後に使用可能なシステム・メモリーの容量を考慮し、最大値を決めてください。
保留中のメッセージに対する考慮事項はありません。送受信中、遅延、配信が禁止されているメッセージがバイト制限の対象になります。
この属性は動的で、いつでも変更できます。割当て制限を低く設定しているときに、割当てオブジェクトがこの制限を超えた場合、割当て量が使用可能になるまで、後続のリクエストは拒否されます。割当て制限を大きくすると、割当てオブジェクトが既存のリクエストを処理できるようになります。
ノート:分散宛先メンバーにJMSテンプレートを使用している場合、この最大値はその特定のメンバーにのみ適用され、分散宛先セット全体には適用されません。
- id(optional): integer(int64)
読取り専用: true
このBeanインスタンスの一意の識別子を返します。
- messagesMaximum(optional): integer(int64)
最小値: -1
最大値: 9.223372036854776E18
デフォルト値: 9.223372036854776E18
この割当てを使用する宛先に格納できる合計メッセージ数。
値0を設定すると、この割当てを超過せずに、宛先に配置できるメッセージはありません。-1を設定すると、WebLogic Serverによって制限されません。
過剰なバイト数を処理すると、メモリーが飽和状態になります。アプリケーションのロード後に使用可能なシステム・メモリーの容量を考慮し、最大値を決めてください。
保留中のメッセージに対する考慮事項はありません。送受信中、遅延、配信が禁止されているメッセージがバイト制限の対象になります。
この属性は動的で、いつでも変更できます。割当て制限を低く設定しているときに、割当てオブジェクトがこの制限を超えた場合、割当て量が使用可能になるまで、後続のリクエストは拒否されます。割当て制限を大きくすると、割当てオブジェクトが既存のリクエストを処理できるようになります。
ノート:分散宛先メンバーにJMSテンプレートを使用している場合、この最大値はその特定のメンバーにのみ適用され、分散宛先セット全体には適用されません。
- name(optional): string
読取り専用: true
このエンティティの名前。XMLでは属性として示されます。
JMSモジュール内の要素の多くは名前付きのエンティティです。XMLファイル内で、ある型に含まれる名前付きエンティティは、すべて一意でなければなりません。これは、JMSモジュール内で特定のエンティティを区別するための識別子です。
この属性は、モジュールの内部で参照される可能性があるため、モジュールの外から(たとえば、デプロイメント・プランで)変更することはできません。
制約
- notes(optional): string
この名前付きJMSディスクリプタBeanの説明に含めることのできるオプションの情報。
JMSモジュールはこのノートをJMSディスクリプタ・ファイルにXML PCDATAとして保存します。すべての左山カッコ(<) are converted to the xml entity <)は、xmlエンティティに変換されます。キャリッジ・リターンとライン・フィードは維持されます。)>
- ノート:
管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- policy(optional): string
デフォルト値: FIFO
使用可能な値: [ "FIFO", "Preemptive" ]
このポリシーは、この割当てを使用する宛先に対して、その宛先がそのメッセージ数の割当てを超過している場合に、長いメッセージの前に短いメッセージを配信するかどうかを指定します。
「FIFO
」(先入れ先出し)は、割当てに対するリクエストが、受信された順序で発行されるように指定します。割当てに対する特定のリクエストが対応されず、その割当てをリクエストしているクライアントが待機することを受け入れる場合、そのリクエストは対応されるかタイムアウトするまで、割当てに対するその他のすべてのリクエストをブロックします。これによって、大きなリクエストがすでにスペースを待機している場合に短いメッセージが配信されることはありません。
「割込み
」は、先の対応されていないリクエストより後続のリクエストが先に処理できるように指定します。つまり、現在のリクエストに対して十分な割当てが存在する場合、割当てを待機している他のリクエストがその前に存在する場合でもそのスペースが使用されます。割当てが限られている場合、「割込み」ポリシーでは、大きなリクエストのスペースが不足することがあります。
- shared(optional): boolean
デフォルト値: true
割当てを参照する複数の宛先でその割当てを共有するかどうかを指定します。
「共有
」を有効化すると(デフォルト)、その割当てオブジェクトで定義されているリソースが、その割当てオブジェクトを参照しているすべての宛先によって争奪されます。1つの宛先が多くのメッセージ数またはバイト数を消費すると、他の宛先が割当てを取得できなくなります。
「共有
」を無効化すると、割当てオブジェクトはテンプレートのように動作します。その割当てオブジェクトを参照している各宛先は、割当てを追跡するためにそのオブジェクトの自身の内部インスタンスを取得します。
同じJMSモジュール内の宛先は、どのような方法でも割当てを共有することができます。ただし、割当ての共有は、同じJMSサーバー内の宛先でのみ可能です。つまり、宛先のの両方が同じ割当てを共有し、その割当てでShared
が有効化されている場合、両方が割当てを共有できるのは、どちらも同じJMSサーバーにデプロイされている場合のみです。
{
"type":"object",
"properties":{
"bytesMaximum":{
"default":9.223372036854776E18,
"minimum":-1,
"maximum":9.223372036854776E18,
"type":"integer",
"format":"int64",
"description":"<p>The total number of bytes that can be stored in a destination that uses this quota.</p><p>A value of zero means that no messages can be placed on a destination without exceeding the quota. A value of -1 prevents WebLogic Server from imposing a limit.</p><p>Because excessive bytes volume can cause memory saturation, Oracle recommends that the maximum corresponds to the amount of system memory that is available after accounting for the rest of your application load.</p><p>No consideration is given to messages that are pending; that is, messages that are in-flight, delayed, or otherwise inhibited from delivery still count against the message and/or bytes quota.</p><p>. </p><p>This attribute is dynamic and can be changed at any time. If the quota is lowered and the quota object is now over quota, then subsequent requests for quota will be denied until quota is available. If the quota is raised, then this may allow the quota object to satisfy existing requests for quota.</p><p><b>Note:</b> If a JMS template is used for distributed destination members, then this maximum applies only to those specific members and not the distributed destination set as a whole.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p> Return the unique identifier of this bean instance.</p>"
},
"messagesMaximum":{
"default":9.223372036854776E18,
"minimum":-1,
"maximum":9.223372036854776E18,
"type":"integer",
"format":"int64",
"description":"<p>The total number of messages that can be stored in a destination that uses this quota.</p><p>A value of zero means that no messages can be placed on a destination without exceeding the quota. A value of -1 prevents WebLogic Server from imposing a limit.</p><p>Because excessive bytes volume can cause memory saturation, Oracle recommends that the maximum corresponds to the amount of system memory that is available after accounting for the rest of your application load.</p><p>No consideration is given to messages that are pending; that is, messages that are in-flight, delayed, or otherwise inhibited from delivery still count against the message and/or bytes quota.</p><p>. </p><p>This attribute is dynamic and can be changed at any time. If the quota is lowered and the quota object is now over quota, then subsequent requests for quota will be denied until quota is available. If the quota is raised, then this may allow the quota object to satisfy existing requests for quota.</p><p><b>Note:</b> If a JMS template is used for distributed destination members, then this maximum applies only to those specific members and not the distributed destination set as a whole.</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The name of this entity, represented in XML as an attribute.</p><p> Many of the elements within the JMS module are named entities. All of the named entities encased by a type in the XML file must be unique. This is the identifier used to delineate a particular entity within the JMS module. </p><p> This attribute cannot be modified externally from the module (for example, with a deployment plan) because it may be used inside the module referentially. </p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this named JMS descriptor bean.</p><p>JMS module saves this note in the JMS descriptor file as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><dl><dt>Note:</dt><dd><p>If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p></dd></dl>"
},
"policy":{
"default":"FIFO",
"enum":[
"FIFO",
"Preemptive"
],
"type":"string",
"description":"<p>For destinations that use this quota, this policy determines whether to deliver smaller messages before larger ones when a destination has exceeded its message quota.</p><p><code>FIFO</code> (first-in, first-out) indicates that requests for quota are submitted in the order they are received. If a given request for quota cannot be satisfied, and the client requesting the quota is willing to wait, then that request will block all other requests for quota until the request is satisfied or times out. This prevents smaller messages from being delivered when larger requests are already waiting for space.</p><p><code>Preemptive</code> indicates that subsequent requests can preempt previously unsatisfied requests. That is, if there is sufficient quota for the current request, then that space is used even if there are other requests waiting for quota. When quota is limited, the Preemptive policy can result in the starvation of larger requests.</p>"
},
"shared":{
"default":true,
"type":"boolean",
"description":"<p>Indicates whether this quota is shared by multiple destinations that refer to it.</p><p>If <code>Shared</code> is enabled (the default), all destinations referring to the quota object compete for resources the resources defined by that object. If one destination consumes a large number of messages or bytes, then this will prevent other destinations from obtaining quota.</p><p>If <code>Shared</code> is disabled, the quota object behaves as a template. Each destination referring to the quota object gets its own internal instance of the object for tracking quota.</p><p>Destinations within the same JMS module may share quotas in any way they want. However, quota sharing only takes place for destinations within the same JMS server. In other words, if destinations <i></i> and <i></i> both share the same quota <i></i>, and the quota <i></i> has <code>Shared</code> enabled, then <i></i> and <i></i> will only share quota if both are deployed to the same JMS server.</p>"
}
},
"description":""
}