G.6. clusterConfigurations
clusterConfigurations.<name>.retryIntervalMultiplier
型: double
デフォルト: 1
XML 名: retry-interval-multiplier
説明: 再試行間隔に適用する乗数。
clusterConfigurations.<name>.maxRetryInterval
型: long
デフォルト: 2000
XML 名: max-retry-interval
説明: 再試行間隔の最大値。
clusterConfigurations.<name>.address
型: String
デフォルト:
XML 名: address
説明: このクラスター接続が適用されるアドレスの名前。
clusterConfigurations.<name>.maxHops
型: int
デフォルト: 1
XML 名: max-hops
説明: クラスタートポロジーが伝播されるホップの最大数。
clusterConfigurations.<name>.connectionTTL
型: long
デフォルト: 60000
XML 名: connection-ttl
説明: クライアントからデータを受信しない場合に接続を維持する期間。
clusterConfigurations.<name>.clusterNotificationInterval
型: long
デフォルト: 1000
XML 名: notification-interval
説明: クラスター接続がクラスターにその存在を通知する間隔。
clusterConfigurations.<name>.confirmationWindowSize
型: int
デフォルト: 1048576
XML 名: confirmation-window-size
説明: サーバーからのデータを確認するために使用されるウィンドウのサイズ (バイト単位)。K、Mb、MiB、GB などのバイト表記をサポートします。
clusterConfigurations.<name>.callTimeout
型: long
デフォルト: 30000
XML 名: call-timeout
説明: 応答を待つ期間。
clusterConfigurations.<name>.staticConnectors
型: List
デフォルト:
XML 名: static-connectors
説明: コネクター参照名のリスト。
clusterConfigurations.<name>.clusterNotificationAttempts
型: int
デフォルト: 2
XML 名: notification-attempts
説明: このクラスター接続がクラスターにその存在を通知しようとする回数。
clusterConfigurations.<name>.allowDirectConnectionsOnly
型: boolean
デフォルト: false
XML 名: allow-direct-connections-only
説明: クラスター接続をリストされたコネクター参照に制限します。
clusterConfigurations.<name>.reconnectAttempts
型: int
デフォルト: -1
XML 名: reconnect-attempts
説明: 失敗後の再接続の試行回数。
clusterConfigurations.<name>.duplicateDetection
型: boolean
デフォルト: true
XML 名: use-duplicate-detection
説明: 転送メッセージに重複検出ヘッダーを挿入するかどうかを指定します。
clusterConfigurations.<name>.callFailoverTimeout
型: long
デフォルト: -1
XML 名: call-failover-timeout
説明: フェイルオーバー中に応答を待つ期間。値 -1
は制限がないことを意味します。
clusterConfigurations.<name>.messageLoadBalancingType
型: MessageLoadBalancingType( OFF STRICT ON_DEMAND OFF_WITH_REDISTRIBUTION )
デフォルト:
XML 名: message-load-balancing-type
説明:
clusterConfigurations.<name>.initialConnectAttempts
型: int
デフォルト: -1
XML 名: initial-connect-attempts
説明: 最初の接続試行の回数。
clusterConfigurations.<name>.connectorName
型: String
デフォルト:
XML 名: connector-ref
説明: 使用するコネクター参照の名前。
clusterConfigurations.<name>.retryInterval
型: long
デフォルト: 500
XML 名: retry-interval
説明: 連続する再試行間の間隔 (ミリ秒単位)。
clusterConfigurations.<name>.producerWindowSize
型: int
デフォルト: 1048576
XML 名: producer-window-size
説明: プロデューサーのフロー制御。K、Mb、MiB、GB などのバイト表記をサポートします。
clusterConfigurations.<name>.clientFailureCheckPeriod
型: long
デフォルト:
XML 名: client-failure-check-period
説明:
clusterConfigurations.<name>.discoveryGroupName
型: String
デフォルト:
XML 名: discovery-group-name
説明: このクラスター接続で使用される検出グループの名前。
clusterConfigurations.<name>.minLargeMessageSize
型: int
デフォルト:
XML 名: min-large-message-size
説明: このサイズを超えるとメッセージが大きいメッセージとみなされるサイズ (バイト単位)。大きなメッセージは、ネットワーク上で複数のセグメントに分けて送信されます。K、Mb、MiB、GB などのバイト表記をサポートします。