Just a second...

Replication.xml

This file specifies the schema for the replication properties.

replication

Properties defining replication.

The following table lists the attributes that an element of type replication can have:
Name Type Description Required
enabled push:boolean Specifies whether replication is enabled for this server. true
The following table lists the elements that an element of type replication can contain:
Name Type Description Min occurs Max occurs
provider push:string The type of replication provider to use to replicate the data. Currently only Hazelcast is supported. 1 1
sessionReplication sessionReplication The definition for session replication 1 1
topicReplication topicReplication The definition for topic replication 1 1

sessionReplication

Properties defining session replication.

The following table lists the attributes that an element of type sessionReplication can have:
Name Type Description Required
enabled push:boolean Specifies whether session replication is enabled for this server. true

topicReplication

Properties defining topic replication.

The following table lists the attributes that an element of type topicReplication can have:
Name Type Description Required
enabled push:boolean Specifies whether topic replication is enabled for this server. true
The following table lists the elements that an element of type topicReplication can contain:
Name Type Description Min occurs Max occurs
topics topics The topics that are configured to use replication. 1 1

topics

Properties defining the topics to replicate.

The following table lists the elements that an element of type topics can contain:
Name Type Description Min occurs Max occurs
topicPath push:string A topic path that identifies the root of a tree that will be replicated by this server. 0 unbounded