Uses of Class
org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
Packages that use DiscoveryGroupConfiguration
Package
Description
-
Uses of DiscoveryGroupConfiguration in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return DiscoveryGroupConfigurationModifier and TypeMethodDescriptionDiscoveryGroupConfiguration.setBroadcastEndpointFactory(BroadcastEndpointFactory endpointFactory) DiscoveryGroupConfiguration.setDiscoveryInitialWaitTimeout(long discoveryInitialWaitTimeout) DiscoveryGroupConfiguration.setRefreshTimeout(long refreshTimeout) -
Uses of DiscoveryGroupConfiguration in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return DiscoveryGroupConfigurationModifier and TypeMethodDescriptionServerLocator.getDiscoveryGroupConfiguration()The discovery group configurationMethods in org.apache.activemq.artemis.api.core.client with parameters of type DiscoveryGroupConfigurationModifier and TypeMethodDescriptionstatic ServerLocatorActiveMQClient.createServerLocator(boolean ha, DiscoveryGroupConfiguration groupConfiguration) Create a ServerLocator which creates session factories from a set of active servers, no HA backup information is propagated to the client The UDP address and port are used to listen for active servers in the clusterstatic ServerLocatorActiveMQClient.createServerLocatorWithHA(DiscoveryGroupConfiguration groupConfiguration) Create a ServerLocator which will receive cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.static ServerLocatorActiveMQClient.createServerLocatorWithoutHA(DiscoveryGroupConfiguration groupConfiguration) Create a ServerLocator which creates session factories from a set of active servers, no HA backup information is propagated to the client -
Uses of DiscoveryGroupConfiguration in org.apache.activemq.artemis.api.jms
Methods in org.apache.activemq.artemis.api.jms with parameters of type DiscoveryGroupConfigurationModifier and TypeMethodDescriptionstatic org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactoryActiveMQJMSClient.createConnectionFactoryWithHA(DiscoveryGroupConfiguration groupConfiguration, JMSFactoryType jmsFactoryType) Creates an ActiveMQConnectionFactory that receives cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.abstract org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactoryJMSFactoryType.createConnectionFactoryWithHA(DiscoveryGroupConfiguration groupConfiguration) Creates an ActiveMQConnectionFactory that receives cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.static org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactoryActiveMQJMSClient.createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration groupConfiguration, JMSFactoryType jmsFactoryType) Create an ActiveMQConnectionFactory which creates session factories from a set of active servers, no HA backup information is propagated to the clientabstract org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactoryJMSFactoryType.createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration groupConfiguration) Create an ActiveMQConnectionFactory which creates session factories from a set of active servers, no HA backup information is propagated to the client -
Uses of DiscoveryGroupConfiguration in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return DiscoveryGroupConfigurationModifier and TypeMethodDescriptionClusterConnectionConfiguration.getDiscoveryGroupConfiguration(Configuration configuration) This method will return the proper discovery configuration from the main configurationMethods in org.apache.activemq.artemis.core.config that return types with arguments of type DiscoveryGroupConfigurationModifier and TypeMethodDescriptionConfiguration.getDiscoveryGroupConfigurations()Returns the discovery groups configured for this server.Methods in org.apache.activemq.artemis.core.config with parameters of type DiscoveryGroupConfigurationModifier and TypeMethodDescriptionConfiguration.addDiscoveryGroupConfiguration(String key, DiscoveryGroupConfiguration discoveryGroupConfiguration) Method parameters in org.apache.activemq.artemis.core.config with type arguments of type DiscoveryGroupConfigurationModifier and TypeMethodDescriptionConfiguration.setDiscoveryGroupConfigurations(Map<String, DiscoveryGroupConfiguration> configs) Sets the discovery groups configured for this server.