Sessions - Clustering
Use to enter data in each field:
- Clustering Service
- Name of the clustering service used for cache synchronization (the
<clustering-service>
tag).
- Multicast Port
- Multicast port used by the clustering service to listen for new sessions (the
<multicast-port>
tag).
- Multicast Group Address
- IP address used by the clustering service to listen for new sessions (the
<multicast-group-address>
tag).
- Packet Time to Live
- The maximum number of hops a packet will be broadcast (the
<packet-time-to-live>
tag).
- Asynchronous
- Specify whether the cache manager does not require that all sessions be synchronized before returning (the
<is-asynchronous>
tag).
- Remove Connection on Error
- Specify whether TopLink removes the connection from the session in case of a configuration error (the
<should-remove-on-error>
tag).
- JMS Topic
- Name
- Specify the name of the JMS topic (the
<jms-topic-name>
tag).
- Connection Factory Name
- Specify the name of the JMS topic connection factory (the
<jms-topic-connection-factory-name>
tag).
- Naming Service
- URL
- URL of the global namespace for the cache synchronization (the
<naming-service-url>
tag).
Note: Normally, this is the URL of the JNDI service.
- Initial Context Factory Name
- Name of the element used for synchronization (the
<naming-service-initial-context-factory-name>
tag).
- Use JNDI Login
- Specify whether cache synchronization uses a JNDI service.
- Username
- Name used to log into the JNDI service (the
<jndi-user-name>
tag).
- Password
- Password used to log into the JNDI service (the
<jndi-password>
tag).
Related Topics
About the TopLink Sessions Editor
Working with Advanced Session Properties
Copyright © 1997, 2004, Oracle.
All rights reserved.