Petals ESB Hazelcast Registry

Introduction

Petals ESB Hazelcast Registry is the default registry implementation, based on the [Petals Registry Overlay]

Configuration

Topology parameters

The configuration parameters of the Petals ESB Hazelcast Registry that must be shared by all containers of the domain are available in the topology definition:

<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:configuration xmlns:registry="http://petals.ow2.org/petals-registry-overlay-client/configuration">
      <registry:group-name>default-sample</registry:group-name>
      <registry:group-password>s3cr3t</registry:group-password>
      <registry:overlay-members>
         <registry:overlay-member port="7901">localhost</registry:overlay-member>
      </registry:overlay-members>
   </registry:configuration>
</tns:domain>
Parameter name Default value Description
configuration/group-name
Group name of the cluster. Must be unique for this 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 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.

where the namespace of parameters is: http://petals.ow2.org/petals-registry-overlay-client/configuration.

Runtime configuration parameters

Some configuration parameters of the Petals ESB Hazelcast Registry are available into the container local configuration (ie. into the file server.properties:

Parameter/Property name Default value Description
org.ow2.petals.microkernel.registry.overlay.RegistryOverlayImpl.map-cache.max-size 500 Max size, in endpoint number, of the cache associated to each map of the registry overlay client implementation.

Logging configuration parameters

The Petals ESB Hazelcast Registry uses the following loggers to trace its execution:

  • Petals.System.Registry: associated to the Petals ESB internal component associated to the registry client,
  • com.hazelcast: the low-level client part based on Hazelcast stack.

As the Petals ESB Hazelcast Registry is provided as default into the ZIP and Debian archives of Petals ESB, its logging configuration is already configured as following:

Petals.System.Registry.level=INFO
com.hazelcast.level=WARNING
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.