Class ChannelBroadcastEndpointFactory

java.lang.Object
org.apache.activemq.artemis.api.core.ChannelBroadcastEndpointFactory
All Implemented Interfaces:
Serializable, BroadcastEndpointFactory

public class ChannelBroadcastEndpointFactory extends Object implements BroadcastEndpointFactory
An implementation of BroadcastEndpointFactory that uses an externally managed JChannel for JGroups clustering.

Note - the underlying JChannel is not closed in this implementation.

See Also: