{
"operation-name" : "add",
"description" : "Add an HA Policy to configure high availability for this ActiveMQ server.",
"request-properties" : {
"check-for-live-server" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether to check the cluster for another server using the same server ID when starting up.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"cluster-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Name of the cluster used for replication. If it is undefined, the name of the first cluster connection defined in the configuration will be used.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"group-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "If set, backup servers will only pair with live servers with matching group-name.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"initial-replication-sync-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "How long to wait until the initiation replication is synchronized.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 30000,
"unit" : "MILLISECONDS",
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}