Class JGroupsFileBroadcastEndpoint
java.lang.Object
org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpoint
- All Implemented Interfaces:
BroadcastEndpoint
This class is the implementation of ActiveMQ Artemis members discovery that will use JGroups.
-
Constructor Summary
ConstructorDescriptionJGroupsFileBroadcastEndpoint
(JChannelManager manager, String file, String channelName) -
Method Summary
Methods inherited from class org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
broadcast, close, initChannel, internalCloseChannel, internalOpen, openBroadcaster, openClient, receiveBroadcast, receiveBroadcast
-
Constructor Details
-
JGroupsFileBroadcastEndpoint
public JGroupsFileBroadcastEndpoint(JChannelManager manager, String file, String channelName) throws Exception - Throws:
Exception
-
-
Method Details
-
createChannel
- Specified by:
createChannel
in classJGroupsBroadcastEndpoint
- Throws:
Exception
-