Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.4
  Go To Table Of Contents
 Search
 PDFComments
Comments


cache.coordination.jms.host

Use eclipselink.cache.coordination.jms.host to configure the URL of the JMS server that hosts the topic, when using JMS coordination for a clustered environment.


Values

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

Table 5-4 Valid Values for cache.coordination.jms.host

Value Description

The URL for the JMS server.

This is not required if the topic is distributed across the cluster (that is, it can be looked up in local JNDI)



Usage

Use this property for JMS coordination (when eclipselink.cache.coordination.protocol = jms).


Examples

See Example 5-6 for an example of using this property.


See Also

For more information, see: