Petals ESB Hazelcast Registry

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History
h2. Topology parameters

The configuration parameters of the Petals ESB Hazelcast Registry that must be shared by all containers of the sub-domain are available in the [topology definition|Topology Configuration]:
{code}
<tns:sub-domain name="subdomain-0" mode="static" xmlns:tns="http://petals.ow2.org/topology">
<tns:domain name="Domain" mode="static" xmlns:tns="http://petals.ow2.org/topology">
...
<tns:registry-implementation>org.ow2.petals.microkernel.registry.overlay.RegistryOverlayImpl</tns:registry-implementation>
</registry:overlay-members>
</registry:configuration>
</tns:sub-domain>
{code}

|| Parameter name || Default value || Description ||
| {{configuration/group-name}} | - | Group name of the cluster. Must be unique for this sub-domain. |
| {{configuration/group-password}} | - | Password used to secure access to the group. |
| {{configuration/overlay-members}} | - | List of the cluster members that the containers member of the current sub-domain can join. |
| {{configuration/overlay-members/overlay-member}} | - | Host name of the cluster member. |
| {{configuration/overlay-members/overlay-member@port}} | {{7901}} | Listening port of the cluster member. |