ルート・スキーマ: SAF Remote Context
タイプ: object
ソースを表示
- compressionThreshold(optional): integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 2147483647
シリアライズされたメッセージ本文のバイト数。この制限を超えるメッセージは、SAFエージェントのJVM境界を越えて送信される際に、メッセージ圧縮をトリガーします。
メッセージ本文のサイズがしきい値の制限を超えた場合、圧縮は送信側のSAFエージェントのJVMで発生します。
- id(optional): integer(int64)
読取り専用: true
このBeanインスタンスの一意の識別子を返します。
- name(optional): string
読取り専用: true
このエンティティの名前。XMLでは属性として示されます。
JMSモジュール内の要素の多くは名前付きのエンティティです。XMLファイル内で、ある型に含まれる名前付きエンティティは、すべて一意でなければなりません。これは、JMSモジュール内で特定のエンティティを区別するための識別子です。
この属性は、モジュールの内部で参照される可能性があるため、モジュールの外から(たとえば、デプロイメント・プランで)変更することはできません。
制約
- notes(optional): string
この名前付きJMSディスクリプタBeanの説明に含めることのできるオプションの情報。
JMSモジュールはこの備考をJMSディスクリプタ・ファイルにXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。
- 注意:
管理コンソールからメモを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- replyToSAFRemoteContextName(optional): string
リモート・クラスタまたはサーバーのreplyTo宛先で使用されるSAFリモート・コンテキスト名を指定します。
{
"type":"object",
"properties":{
"compressionThreshold":{
"default":2147483647,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>The number of bytes for a serialized message body so that any message that exceeds this limit triggers message compression when the message is about to be sent across a SAF agent's JVM boundary.</p><p>The compression will occur on the sending-side SAF agent's JVM if the message body size exceeds the threshold limit.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p> Return the unique identifier of this bean instance.</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>"
},
"replyToSAFRemoteContextName":{
"type":"string",
"description":"<p>Specifies the SAF Remote Context Name used by the replyTo destination in the remote cluster or server.</p>"
}
},
"description":""
}