RemoteSynchronization
This topic describes the RemoteSynchronization element.
Description
Configures communication with other caches. Use the Connector child element to configure communication 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 |
|---|---|---|---|
| Connector | 0 times (optional) | 1 time | None |
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Queuesize | The size of this cache's event queue. If this is omitted then a maximum size of 128 events is assumed. (optional) | integer |
| ServiceMonitorInterval | The amount of time (in milliseconds) that the Content Broker waits between checks to see if it can still establish communication with the J2EE server. When communication is lost, this parameter indicates the amount of time between attempts to reestablish communication. This means that any actions you perform within this time frame when communication is down, will not be synchronized. If you do not specify this attribute, a default value of 60 seconds is used. (optional) | integer |
| FlushCacheDuringDisconnectInterval | If the Content Broker loses the connection to the J2EE server, it continues to cache items while disconnected. (Note that the cache will be flushed as soon as the connection is reestablished.) This attribute specifies how often the cache should be flushed while the connection is unavailable. Possible values for this attribute are:
| integer |