Uses of Interface
org.apache.activemq.artemis.core.server.ActiveMQServer
-
-
Uses of ActiveMQServer in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config with parameters of type ActiveMQServer Modifier and Type Method Description static HAPolicyConfigurationUtils. getHAPolicy(HAPolicyConfiguration conf, ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.management.impl
Methods in org.apache.activemq.artemis.core.management.impl with parameters of type ActiveMQServer Modifier and Type Method Description protected StringAbstractControl. sendMessage(SimpleString address, ActiveMQServer server, Map<String,String> headers, int type, String body, boolean durable, String user, String password, boolean createMessageId, Long... queueID)Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type ActiveMQServer Constructor Description ActiveMQServerControlImpl(PostOffice postOffice, Configuration configuration, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, MessageCounterManager messageCounterManager, StorageManager storageManager, NotificationBroadcasterSupport broadcaster)AddressControlImpl(AddressInfo addressInfo, ActiveMQServer server, PagingManager pagingManager, StorageManager storageManager, HierarchicalRepository<Set<Role>> securityRepository, SecurityStore securityStore, ManagementService managementService)QueueControlImpl(Queue queue, String address, ActiveMQServer server, StorageManager storageManager, SecurityStore securityStore, HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.management.impl.view
Constructors in org.apache.activemq.artemis.core.management.impl.view with parameters of type ActiveMQServer Constructor Description AddressView(ActiveMQServer server)ConnectionView(ActiveMQServer server)ConsumerView(ActiveMQServer server)ProducerView(ActiveMQServer server)QueueView(ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.management.impl.view.predicate
Constructors in org.apache.activemq.artemis.core.management.impl.view.predicate with parameters of type ActiveMQServer Constructor Description AddressFilterPredicate(ActiveMQServer server)ConnectionFilterPredicate(ActiveMQServer server)ConsumerFilterPredicate(ActiveMQServer server)ProducerFilterPredicate(ActiveMQServer server)QueueFilterPredicate(ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return ActiveMQServer Modifier and Type Method Description ActiveMQServerPostOfficeImpl. getServer()Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type ActiveMQServer Constructor Description PostOfficeImpl(ActiveMQServer server, StorageManager storageManager, PagingManager pagingManager, QueueFactory bindableFactory, ManagementService managementService, long expiryReaperPeriod, long addressQueueReaperPeriod, WildcardConfiguration wildcardConfiguration, int idCacheSize, boolean persistIDCache, HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.protocol.core
Constructors in org.apache.activemq.artemis.core.protocol.core with parameters of type ActiveMQServer Constructor Description ServerSessionPacketHandler(ActiveMQServer server, ServerSession session, Channel channel) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.protocol.core.impl
Fields in org.apache.activemq.artemis.core.protocol.core.impl declared as ActiveMQServer Modifier and Type Field Description protected ActiveMQServerCoreProtocolManager. serverMethods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ActiveMQServer Modifier and Type Method Description ProtocolManagerCoreProtocolManagerFactory. createProtocolManager(ActiveMQServer server, Map<String,Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors)When you create the ProtocolManager, you should filter out any interceptors that won't belong to this Protocol.Constructors in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ActiveMQServer Constructor Description ActiveMQPacketHandler(CoreProtocolManager protocolManager, ActiveMQServer server, Channel channel1, CoreRemotingConnection connection)ActiveMQRoutingHandler(ActiveMQServer server)CoreProtocolManager(CoreProtocolManagerFactory factory, ActiveMQServer server, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.remoting.server.impl
Constructors in org.apache.activemq.artemis.core.remoting.server.impl with parameters of type ActiveMQServer Constructor Description RemotingServiceImpl(ClusterManager clusterManager, Configuration config, ActiveMQServer server, ManagementService managementService, ScheduledExecutorService scheduledThreadPool, List<ProtocolManagerFactory> protocolManagerFactories, Executor flushExecutor, ServiceRegistry serviceRegistry) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.replication
Constructors in org.apache.activemq.artemis.core.replication with parameters of type ActiveMQServer Constructor Description ReplicationManager(ActiveMQServer server, CoreRemotingConnection remotingConnection, long timeout, long initialReplicationSyncTimeout, ExecutorFactory ioExecutorFactory) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ActiveMQServer Modifier and Type Method Description ActiveMQServerActiveMQServer. createBackupServer(Configuration configuration)static ActiveMQServerActiveMQServers. newActiveMQServer(String configURL, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, boolean enablePersistence)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, String defUser, String defPass)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, MBeanServer mbeanServer)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence, String user, String password)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, boolean enablePersistence)Methods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQServer Modifier and Type Method Description voidActiveMQServerLogger_impl. activationDidntFinish(ActiveMQServer server)voidActiveMQServerLogger. activationDidntFinish(ActiveMQServer server)StringActiveMQMessageBundle_impl. activationForServer(ActiveMQServer server)StringActiveMQMessageBundle. activationForServer(ActiveMQServer server)voidActiveMQServerLogger_impl. becomingLive(ActiveMQServer server)voidActiveMQServerLogger. becomingLive(ActiveMQServer server)voidActiveMQServerLogger_impl. errorRestartingBackupServer(ActiveMQServer backup, Exception e)voidActiveMQServerLogger. errorRestartingBackupServer(ActiveMQServer backup, Exception e)default voidActivateCallback. shutdown(ActiveMQServer server)default voidActivateCallback. stop(ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return ActiveMQServer Modifier and Type Method Description ActiveMQServerClusterConnection. getServer()Constructors in org.apache.activemq.artemis.core.server.cluster with parameters of type ActiveMQServer Constructor Description BackupManager(ActiveMQServer server, ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutor, NodeManager nodeManager, Configuration configuration, ClusterManager clusterManager)ClusterControl(ClientSessionFactoryInternal sessionFactory, ActiveMQServer server)ClusterController(ActiveMQServer server, ScheduledExecutorService scheduledExecutor)ClusterController(ActiveMQServer server, ScheduledExecutorService scheduledExecutor, boolean useQuorumManager)ClusterManager(ExecutorFactory executorFactory, ActiveMQServer server, PostOffice postOffice, ScheduledExecutorService scheduledExecutor, ManagementService managementService, Configuration configuration, NodeManager nodeManager, boolean useQuorumManager) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.cluster.ha
Methods in org.apache.activemq.artemis.core.server.cluster.ha that return types with arguments of type ActiveMQServer Modifier and Type Method Description Map<String,ActiveMQServer>ColocatedHAManager. getBackupServers()return the current backup serversMap<String,ActiveMQServer>HAManager. getBackupServers()return the current backup serversMap<String,ActiveMQServer>StandaloneHAManager. getBackupServers()Methods in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type ActiveMQServer Modifier and Type Method Description static ServerLocatorInternalScaleDownPolicy. getScaleDownConnector(ScaleDownPolicy scaleDownPolicy, ActiveMQServer activeMQServer)Constructors in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type ActiveMQServer Constructor Description ColocatedHAManager(ColocatedPolicy haPolicy, ActiveMQServer activeMQServer) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return ActiveMQServer Modifier and Type Method Description ActiveMQServerClusterConnectionImpl. getServer()Constructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ActiveMQServer Constructor Description BridgeImpl(ServerLocatorInternal serverLocator, BridgeConfiguration configuration, UUID nodeUUID, Queue queue, Executor executor, ScheduledExecutorService scheduledExecutor, ActiveMQServer server)ClusterConnectionBridge(ClusterConnection clusterConnection, ClusterManager clusterManager, ServerLocatorInternal targetLocator, ServerLocatorInternal discoveryLocator, int initialConnectAttempts, int reconnectAttempts, long retryInterval, double retryMultiplier, long maxRetryInterval, UUID nodeUUID, long targetNodeEventUID, String targetNodeID, SimpleString name, Queue queue, Executor executor, Filter filterString, SimpleString forwardingAddress, ScheduledExecutorService scheduledExecutor, TransformerConfiguration transformer, boolean useDuplicateDetection, String user, String password, ActiveMQServer server, SimpleString managementAddress, SimpleString managementNotificationAddress, MessageFlowRecord flowRecord, TransportConfiguration connector, String storeAndForwardPrefix, StorageManager storageManager)ClusterConnectionImpl(ClusterManager manager, DiscoveryGroupConfiguration dg, TransportConfiguration connector, SimpleString name, SimpleString address, int minLargeMessageSize, long clientFailureCheckPeriod, long connectionTTL, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int initialConnectAttempts, int reconnectAttempts, long callTimeout, long callFailoverTimeout, boolean useDuplicateDetection, MessageLoadBalancingType messageLoadBalancingType, int confirmationWindowSize, int producerWindowSize, ExecutorFactory executorFactory, ActiveMQServer server, PostOffice postOffice, ManagementService managementService, ScheduledExecutorService scheduledExecutor, int maxHops, NodeManager nodeManager, String clusterUser, String clusterPassword, boolean allowDirectConnectionsOnly, long clusterNotificationInterval, int clusterNotificationAttempts)ClusterConnectionImpl(ClusterManager manager, TransportConfiguration[] staticTranspConfigs, TransportConfiguration connector, SimpleString name, SimpleString address, int minLargeMessageSize, long clientFailureCheckPeriod, long connectionTTL, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int initialConnectAttempts, int reconnectAttempts, long callTimeout, long callFailoverTimeout, boolean useDuplicateDetection, MessageLoadBalancingType messageLoadBalancingType, int confirmationWindowSize, int producerWindowSize, ExecutorFactory executorFactory, ActiveMQServer server, PostOffice postOffice, ManagementService managementService, ScheduledExecutorService scheduledExecutor, int maxHops, NodeManager nodeManager, String clusterUser, String clusterPassword, boolean allowDirectConnectionsOnly, long clusterNotificationInterval, int clusterNotificationAttempts) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.embedded
Fields in org.apache.activemq.artemis.core.server.embedded declared as ActiveMQServer Modifier and Type Field Description protected ActiveMQServerEmbeddedActiveMQ. activeMQServerMethods in org.apache.activemq.artemis.core.server.embedded that return ActiveMQServer Modifier and Type Method Description ActiveMQServerEmbeddedActiveMQ. getActiveMQServer() -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.federation
Fields in org.apache.activemq.artemis.core.server.federation declared as ActiveMQServer Modifier and Type Field Description protected ActiveMQServerAbstractFederationStream. serverprotected ActiveMQServerFederatedAbstract. serverMethods in org.apache.activemq.artemis.core.server.federation with parameters of type ActiveMQServer Modifier and Type Method Description voidFederatedAbstract. registered(ActiveMQServer server)The plugin has been registered with the servervoidFederatedAbstract. unregistered(ActiveMQServer server)The plugin has been unregistered with the server -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.federation.address
Constructors in org.apache.activemq.artemis.core.server.federation.address with parameters of type ActiveMQServer Constructor Description FederatedAddress(Federation federation, FederationAddressPolicyConfiguration config, ActiveMQServer server, FederationUpstream upstream) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.federation.queue
Constructors in org.apache.activemq.artemis.core.server.federation.queue with parameters of type ActiveMQServer Constructor Description FederatedQueue(Federation federation, FederationQueuePolicyConfiguration config, ActiveMQServer server, FederationUpstream federationUpstream) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ActiveMQServer Modifier and Type Class Description classActiveMQServerImplThe ActiveMQ Artemis server implementationFields in org.apache.activemq.artemis.core.server.impl declared as ActiveMQServer Modifier and Type Field Description protected ActiveMQServerQueueFactoryImpl. serverprotected ActiveMQServerServerSessionImpl. serverMethods in org.apache.activemq.artemis.core.server.impl that return ActiveMQServer Modifier and Type Method Description ActiveMQServerActiveMQServerImpl. createBackupServer(Configuration configuration)Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServer Modifier and Type Method Description JournalLoaderActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)JournalLoaderSharedNothingBackupActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)JournalLoaderSharedStoreBackupActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)static voidQueueManagerImpl. performAutoDeleteQueue(ActiveMQServer server, Queue queue)voidCleaningActivateCallback. shutdown(ActiveMQServer server)voidCleaningActivateCallback. stop(ActiveMQServer server)Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServer Constructor Description ActiveMQServerImpl(Configuration configuration, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, ActiveMQServer parentServer)ActiveMQServerImpl(Configuration configuration, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, ActiveMQServer parentServer, ServiceRegistry serviceRegistry)ActiveMQServerImpl(Configuration configuration, ActiveMQServer parentServer)BackupRecoveryJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer, ServerLocatorInternal locator, ClusterController clusterController)LastValueQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, SimpleString lastValueKey, Boolean nonDestructive, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.LastValueQueue(QueueConfiguration queueConfiguration, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)QueueFactoryImpl(ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutor, HierarchicalRepository<AddressSettings> addressSettingsRepository, StorageManager storageManager, ActiveMQServer server)QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, Long ringSize, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(QueueConfiguration queueConfiguration, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)QueueManagerImpl(ActiveMQServer server, SimpleString queueName)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, boolean supportLargeMessage, Integer credits, ActiveMQServer server)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, ActiveMQServer server)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, int priority, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, boolean supportLargeMessage, Integer credits, ActiveMQServer server)ServerInfo(ActiveMQServer server, PagingManager pagingManager)ServerSessionImpl(String name, String username, String password, String validatedUser, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean strictUpdateDeliveryCount, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, ManagementService managementService, ActiveMQServer server, SimpleString managementAddress, SimpleString defaultAddress, SessionCallback callback, OperationContext context, PagingManager pagingManager, Map<SimpleString,RoutingType> prefixes, String securityDomain, boolean isLegacyProducer)TempQueueCleanerUpper(ActiveMQServer server, SimpleString bindingName)TransientQueueManagerImpl(ActiveMQServer server, SimpleString queueName) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type ActiveMQServer Modifier and Type Method Description ActiveMQServerControlImplManagementService. registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type ActiveMQServer Modifier and Type Method Description ActiveMQServerControlImplManagementServiceImpl. registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager1, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type ActiveMQServer Modifier and Type Method Description default voidActiveMQServerBasePlugin. registered(ActiveMQServer server)The plugin has been registered with the serverdefault voidActiveMQServerBasePlugin. unregistered(ActiveMQServer server)The plugin has been unregistered with the server -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type ActiveMQServer Modifier and Type Method Description voidBrokerMessageAuthorizationPlugin. registered(ActiveMQServer server)voidNotificationActiveMQServerPlugin. registered(ActiveMQServer server)voidBrokerMessageAuthorizationPlugin. unregistered(ActiveMQServer server)voidNotificationActiveMQServerPlugin. unregistered(ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.replay
Constructors in org.apache.activemq.artemis.core.server.replay with parameters of type ActiveMQServer Constructor Description ReplayManager(ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.routing
Methods in org.apache.activemq.artemis.core.server.routing that return ActiveMQServer Modifier and Type Method Description ActiveMQServerRoutingHandler. getServer()Constructors in org.apache.activemq.artemis.core.server.routing with parameters of type ActiveMQServer Constructor Description ConnectionRouterManager(Configuration config, ActiveMQServer server, ScheduledExecutorService scheduledExecutor)RoutingHandler(ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.routing.targets
Constructors in org.apache.activemq.artemis.core.server.routing.targets with parameters of type ActiveMQServer Constructor Description LocalTarget(TransportConfiguration connector, ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.transaction.impl
Constructors in org.apache.activemq.artemis.core.transaction.impl with parameters of type ActiveMQServer Constructor Description ResourceManagerImpl(ActiveMQServer server, int defaultTimeoutSeconds, long txTimeoutScanPeriod, ScheduledExecutorService scheduledThreadPool) -
Uses of ActiveMQServer in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ActiveMQServer Modifier and Type Method Description ProtocolManagerProtocolManagerFactory. createProtocolManager(ActiveMQServer server, Map<String,Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors)When you create the ProtocolManager, you should filter out any interceptors that won't belong to this Protocol.voidAbstractProtocolManagerFactory. loadProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services)voidProtocolManagerFactory. loadProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services)
-