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 elementMust occur at leastMay occur at mostElement type
JndiContext0 times (optional)1 timeNone

Attributes

AttributeDescription and useType
Class

The Java class that implements the Connector. set to com.tridion.cache.JMSCacheChannelConnector. You must be familiar with JMS and have either a standalone JMS client or a JMS client inside a J2EE container of a web application, enabled. You need to add the location of the JMS-related JAR files in the classpath.

(required)
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:

AsyncJMS10
JMS 1.0-compliant asynchronous messaging
AsyncJMS11
JMS 1.1-compliant asynchronous messaging. The attribute defaults to this value if left empty.
AsyncJMS10MDB
JMS 1.0-compliant Message Driven Bean messaging. This strategy sends messages but does not receive them. Use it in Content Deployer but not on your Presentation Server.
AsyncJMS11MDB
JMS 1.1-compliant Message Driven Bean messaging This strategy sends messages but does not receive them. Use it in Content Deployer but not on your Presentation Server.
SyncJMS11
JMS 1.1-compliant synchronous messaging
InstanceIdentifier

Identifies the instance of this Connector. Use if you are running multiple Connectors simultaneously.

(optional)
string