cache.coordination.rmi.multicast-group.port

Use eclipselink.cache.coordination.rmi.multicast-group.port to set the multicast socket group port (used to find other members of the cluster), when using cache coordination for a clustered environment.

Values

Table 5-16 describes this persistence property's values.

Table 5-16 Valid Values for cache.coordination.rmi.multicast-group.port

Value Description

Numeric

Set the multicast socket group port

Default: 3121


Usage

Use this property for RMI coordination (when eclipselink.cache.coordination.protocol = rmi).

Examples

See Example 5-7 to learn how to use this property in the persistence.xml file.

See Also

For more information, see:

  • "cache.coordination.protocol"

  • "Cache Coordination" in Understanding Oracle TopLink

  • "Scaling TopLink Applications in Clusters" in Solutions Guide for Oracle TopLink