Connector
This topic describes the Connector element.
Description
Specifies a Connector that enables communication with other caches through JMS (Java Message Service).
Child element properties
Note: Child elements must occur in the order shown.
Child elements
| Child element | Must occur at least | May occur at most | Element type |
|---|---|---|---|
| JndiContext | 0 times (optional) | 1 time | None |
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Class | The Java class that implements the Connector. set to | string |
| Topic | The name of the topic that will be used to publish CacheEvents to. (optional) | string |
| TopicConnectionFactory | The JNDI name of the TopicConnectionFactory via which JMS topic connections can be made. (optional) | string |
| Strategy | (optional) | One of the following values:
|
| InstanceIdentifier | Identifies the instance of this Connector. Use if you are running multiple Connectors simultaneously. (optional) | string |