Redis integration

In the base configuration, Guidewire provides an implementation of the ClusterBroadcastTransportFactory plugin that provides a mechanism for communications between the members of a Guidewire PolicyCenter cluster. The default version of this plugin implements OSGi class DefaultDatabaseBroadcastTransport. In the base configuration, PolicyCenter uses this mechanism for default message broadcast if you do not enable the ClusterFastBroadcastTransportFactory plugin implementation.

However, it is possible to implement an optional version of the ClusterBroadcastTransportFactory that implements OSGi class RedisBroadcastTransportFactory. Use of this plugin version requires additional integration and configuration steps.