Uses of Interface
org.apache.activemq.artemis.core.server.ActiveMQServer
Packages that use ActiveMQServer
Package
Description
-
Uses of ActiveMQServer in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config with parameters of type ActiveMQServerModifier and TypeMethodDescriptionstatic 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 that return ActiveMQServerMethods in org.apache.activemq.artemis.core.management.impl with parameters of type ActiveMQServerModifier and TypeMethodDescriptionprotected StringAbstractControl.sendMessage(SimpleString address, ActiveMQServer server, Map<String, String> headers, int type, String body, boolean durable, String user, String password, boolean createMessageId) Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type ActiveMQServerModifierConstructorDescriptionActiveMQServerControlImpl(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
Methods in org.apache.activemq.artemis.core.management.impl.view with parameters of type ActiveMQServerModifier and TypeMethodDescriptionstatic StringConsumerView.checkConsumerStatus(ServerConsumer consumer, ActiveMQServer server) Constructors in org.apache.activemq.artemis.core.management.impl.view with parameters of type ActiveMQServerModifierConstructorDescriptionAddressView(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 ActiveMQServerModifierConstructorDescriptionAddressFilterPredicate(ActiveMQServer server) QueueFilterPredicate(ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.paging.impl
Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type ActiveMQServerModifierConstructorDescriptionPagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository, long maxSize, long maxMessages, SimpleString managementAddress, ActiveMQServer server) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return ActiveMQServerConstructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type ActiveMQServerModifierConstructorDescriptionPostOfficeImpl(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 ActiveMQServerModifierConstructorDescriptionServerSessionPacketHandler(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 ActiveMQServerMethods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ActiveMQServerModifier and TypeMethodDescriptionCoreProtocolManagerFactory.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 ActiveMQServerModifierConstructorDescriptionActiveMQPacketHandler(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 ActiveMQServerModifierConstructorDescriptionRemotingServiceImpl(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 ActiveMQServerModifierConstructorDescriptionReplicationManager(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 ActiveMQServerModifier and TypeMethodDescriptionActiveMQServer.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 ActiveMQServerModifier and TypeMethodDescriptionvoidActiveMQServerLogger_impl.activationDidntFinish(ActiveMQServer server) voidActiveMQServerLogger.activationDidntFinish(ActiveMQServer server) ActiveMQMessageBundle_impl.activationForServer(ActiveMQServer server) ActiveMQMessageBundle.activationForServer(ActiveMQServer server) voidActiveMQServerLogger_impl.becomingActive(ActiveMQServer server) voidActiveMQServerLogger.becomingActive(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) This is called when the broker is stopped (no shutdown in place) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return ActiveMQServerConstructors in org.apache.activemq.artemis.core.server.cluster with parameters of type ActiveMQServerModifierConstructorDescriptionBackupManager(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 ActiveMQServerModifier and TypeMethodDescriptionColocatedHAManager.getBackupServers()HAManager.getBackupServers()return the current backup serversStandaloneHAManager.getBackupServers()Methods in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type ActiveMQServerModifier and TypeMethodDescriptionstatic ServerLocatorInternalScaleDownPolicy.getScaleDownConnector(ScaleDownPolicy scaleDownPolicy, ActiveMQServer activeMQServer) Constructors in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type ActiveMQServerModifierConstructorDescriptionColocatedHAManager(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 ActiveMQServerConstructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ActiveMQServerModifierConstructorDescriptionBridgeImpl(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, String clientId) 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, String clientId, int topologyScannerAttempts) 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, String clientId, int topologyScannerAttempts) -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.embedded
Fields in org.apache.activemq.artemis.core.server.embedded declared as ActiveMQServerMethods in org.apache.activemq.artemis.core.server.embedded that return ActiveMQServer -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.federation
Fields in org.apache.activemq.artemis.core.server.federation declared as ActiveMQServerModifier and TypeFieldDescriptionprotected final ActiveMQServerAbstractFederationStream.serverprotected ActiveMQServerFederatedAbstract.serverMethods in org.apache.activemq.artemis.core.server.federation with parameters of type ActiveMQServerModifier and TypeMethodDescriptionvoidFederatedAbstract.registered(ActiveMQServer server) The plugin has been registered with the servervoidFederatedAbstract.unregistered(ActiveMQServer server) The plugin has been unregistered with the serverConstructors in org.apache.activemq.artemis.core.server.federation with parameters of type ActiveMQServerModifierConstructorDescriptionAbstractFederationStream(ActiveMQServer server, Federation federation, String name, FederationStreamConfiguration config) AbstractFederationStream(ActiveMQServer server, Federation federation, String name, FederationStreamConfiguration config, FederationConnection connection) FederatedAbstract(Federation federation, ActiveMQServer server, FederationUpstream upstream) FederatedQueueConsumerImpl(Federation federation, ActiveMQServer server, Transformer transformer, FederatedConsumerKey key, FederationUpstream upstream, FederatedQueueConsumerImpl.ClientSessionCallback clientSessionCallback) Federation(ActiveMQServer server, FederationConfiguration config) FederationDownstream(ActiveMQServer server, Federation federation, String name, FederationDownstreamConfiguration config, FederationConnection connection) FederationManager(ActiveMQServer server) FederationUpstream(ActiveMQServer server, Federation federation, String name, FederationUpstreamConfiguration config) -
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 ActiveMQServerModifierConstructorDescriptionFederatedAddress(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 ActiveMQServerModifierConstructorDescriptionFederatedQueue(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 ActiveMQServerModifier and TypeClassDescriptionclassThe ActiveMQ Artemis server implementationFields in org.apache.activemq.artemis.core.server.impl declared as ActiveMQServerModifier and TypeFieldDescriptionprotected final ActiveMQServerQueueFactoryImpl.serverprotected final ActiveMQServerServerSessionImpl.serverMethods in org.apache.activemq.artemis.core.server.impl that return ActiveMQServerModifier and TypeMethodDescriptionActiveMQServerImpl.createBackupServer(Configuration configuration) Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServerModifier and TypeMethodDescriptionActivation.createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer) create the Journal loader needed for this Activation.SharedNothingBackupActivation.createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer) SharedStoreBackupActivation.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 ActiveMQServerModifierConstructorDescriptionActiveMQServerImpl(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(QueueConfiguration queueConfiguration, Filter filter, 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(QueueConfiguration queueConfiguration, Filter filter, 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 ActiveMQServerModifier and TypeMethodDescriptionManagementService.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 ActiveMQServerModifier and TypeMethodDescriptionManagementServiceImpl.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.metrics
Methods in org.apache.activemq.artemis.core.server.metrics with parameters of type ActiveMQServerModifier and TypeMethodDescriptiondefault voidActiveMQMetricsPlugin.registered(ActiveMQServer server) The plugin has been registered with the server -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.metrics.plugins
Methods in org.apache.activemq.artemis.core.server.metrics.plugins that return ActiveMQServerMethods in org.apache.activemq.artemis.core.server.metrics.plugins with parameters of type ActiveMQServer -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type ActiveMQServerModifier and TypeMethodDescriptiondefault 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 ActiveMQServerModifier and TypeMethodDescriptionvoidBrokerMessageAuthorizationPlugin.registered(ActiveMQServer server) voidConnectionPeriodicExpiryPlugin.registered(ActiveMQServer server) voidNotificationActiveMQServerPlugin.registered(ActiveMQServer server) voidBrokerMessageAuthorizationPlugin.unregistered(ActiveMQServer server) voidConnectionPeriodicExpiryPlugin.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 -
Uses of ActiveMQServer in org.apache.activemq.artemis.core.server.routing
Methods in org.apache.activemq.artemis.core.server.routing that return ActiveMQServerConstructors in org.apache.activemq.artemis.core.server.routing with parameters of type ActiveMQServerModifierConstructorDescriptionConnectionRouterManager(Configuration config, ActiveMQServer server, ScheduledExecutorService scheduledExecutor) protectedRoutingHandler(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 ActiveMQServerModifierConstructorDescriptionLocalTarget(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 ActiveMQServerModifierConstructorDescriptionResourceManagerImpl(ActiveMQServer server, int defaultTimeoutSeconds, long txTimeoutScanPeriod, ScheduledExecutorService scheduledThreadPool) -
Uses of ActiveMQServer in org.apache.activemq.artemis.integration
Methods in org.apache.activemq.artemis.integration that return ActiveMQServer -
Uses of ActiveMQServer in org.apache.activemq.artemis.jms.server
Methods in org.apache.activemq.artemis.jms.server that return ActiveMQServer -
Uses of ActiveMQServer in org.apache.activemq.artemis.jms.server.impl
Methods in org.apache.activemq.artemis.jms.server.impl that return ActiveMQServerConstructors in org.apache.activemq.artemis.jms.server.impl with parameters of type ActiveMQServerModifierConstructorDescriptionJMSServerManagerImpl(ActiveMQServer server) Deprecated.JMSServerManagerImpl(ActiveMQServer server, JMSConfiguration configuration) Deprecated.JMSServerManagerImpl(ActiveMQServer server, BindingRegistry registry) Deprecated.This constructor is used by the Application Server's integration -
Uses of ActiveMQServer in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ActiveMQServerModifier and TypeMethodDescriptionProtocolManagerFactory.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) voidAbstractProtocolManagerFactory.updateProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services) voidProtocolManagerFactory.updateProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services) Provides an entry point for the server to trigger the protocol manager factory to update its protocol services based on updates to server configuration. -
Uses of ActiveMQServer in org.wildfly.extension.messaging.activemq
Constructors in org.wildfly.extension.messaging.activemq with parameters of type ActiveMQServer