ルート・スキーマ: WS Reliable Delivery Policy
タイプ: object
ソースを表示
- defaultRetryCount: integer(int32)
デフォルト値: 10
受信者のWebLogic Serverがまだ確認応答していないメッセージの再配信を送信者のランタイムが試行するデフォルトの最大回数。
受信者のWebLogic Webサービスがまだ確認応答していないメッセージの再配信を送信者が試行するデフォルトの最大回数。
- defaultRetryInterval: integer(int32)
デフォルト値: 6
受信者がメッセージの受信の確認応答を送信しない場合、または送信者のランタイムがメッセージの送信中に通信エラーを検出した場合に、送信者のランタイムが次の再試行まで待機するデフォルトの最小秒数。
受信者がメッセージの受信の確認応答を送信しない場合、または送信者がメッセージの送信中に通信エラーを検出した場合に、送信者が次の再試行まで待機するデフォルトの最小秒数。
- defaultTimeToLive: integer(int32)
デフォルト値: 360
信頼性のあるメッセージの受信者がストア内の信頼性のあるメッセージの履歴を保持するデフォルトの秒数。
確実に送信されたメッセージの受信者が記憶域内のメッセージを保持するデフォルトの最小秒数。
メッセージが最初に送信されてからメッセージのDefaultTimeToLive数が経過すると、送信者は同じメッセージIDのメッセージを再送信できません。
送信者はDefaultTimeToLiveが経過するまでメッセージの送信に失敗するため、配信の失敗を報告します。受信者は、クラッシュからの回復後、期限切れの保存済メッセージをディスパッチしません。
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- id: integer(int64)
- JMSServer: array JMS Server Reference
タイトル: JMS Server Reference
JMSサーバー参照を含みます。
送信する信頼性のあるメッセージを保持するためにWebLogic Server (ロールは送信者)によって使用されるJMSサーバー、または送信者から送信された信頼性のあるメッセージの履歴を保持するために受信者のWebLogic Serverによって使用されるJMSサーバー。
制約
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- tags: array Items
- type: string
{
"type":"object",
"properties":{
"JMSServer":{
"x-weblogic-restartRequired":true,
"title":"JMS Server Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the JMS server reference. <p>The JMS server used by WebLogic Server, in its role as a sender, to persist the reliable messages that it sends, or the JMS server used by the receiver WebLogic Server to persist the history of a reliable message sent by a sender.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"defaultRetryCount":{
"default":"10",
"type":"integer",
"format":"int32",
"description":"<p>The default maximum number of times that the sender runtime should attempt to redeliver a message that the receiver WebLogic Server has not yet acknowledged.</p><p>The default maximum number of times that the sender should attempt to redeliver a message that the receiver WebLogic Web service has not yet acknowledged.</p>"
},
"defaultRetryInterval":{
"default":"6",
"type":"integer",
"format":"int32",
"description":"<p>The default minimum number of seconds that the sender runtime should wait between retries if the receiver does not send an acknowledgement of receiving the message, or if the sender runtime detects a communications error while attempting to send a message.</p><p>The default minimum number of seconds that the sender should wait between retries if the receiver does not send an acknowledgement of receiving the message, or if the sender detects a communications error while attempting to send a message.</p>"
},
"defaultTimeToLive":{
"default":"360",
"type":"integer",
"format":"int32",
"description":"<p>The default number of seconds that the receiver of the reliable message should persist the history of the reliable message in its store.</p><p>The default minimum number of seconds that the receiver of the reliably sent message should persist the message in its storage.</p><p>If the DefaultTimeToLive number of message have passed since the message was first sent, the sender should not resent a message with the same message id.</p><p>If a sender cannot send a message successfully before the DefaultTimeToLive has passed, the sender should report a delivery failure. The receiver, after recovering from a crash, will not dispatch saved messages that have expired.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The user-specified name of this MBean instance.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></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 configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
}
},
"description":""
}
ネストされたスキーマ: JMS Server Reference
タイプ: array
タイトル: JMS Server Reference
JMSサーバー参照を含みます。
送信する信頼性のあるメッセージを保持するためにWebLogic Server (ロールは送信者)によって使用されるJMSサーバー、または送信者から送信された信頼性のあるメッセージの履歴を保持するために受信者のWebLogic Serverによって使用されるJMSサーバー。
制約
ソースを表示
{
"x-weblogic-restartRequired":true,
"title":"JMS Server Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the JMS server reference. <p>The JMS server used by WebLogic Server, in its role as a sender, to persist the reliable messages that it sends, or the JMS server used by the receiver WebLogic Server to persist the history of a reliable message sent by a sender.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}