Uses of Class
org.apache.activemq.broker.BrokerService
Packages that use BrokerService
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
MessageInteceptor malarky
JMX MBeans for the broker and its core connectors.
Region abstraction and implementations in the Broker.
Implementation classes for Virtual Destinations
The Message Scheduler for delayed (or scheduled) message delivery
Broker Plugins for visualising the current system
Support for federated networks of brokers.
Support for a federated network using a foreign JMS provider.
VM based implementation of message persistence
In-JVM based Transport implementation.
-
Uses of BrokerService in org.apache.activemq.broker
Subclasses of BrokerService in org.apache.activemq.brokerModifier and TypeClassDescriptionclassA BrokerService that allows access to the key and trust managers used by SSL connections.Fields in org.apache.activemq.broker declared as BrokerServiceModifier and TypeFieldDescriptionprotected BrokerServiceLockableServiceSupport.brokerServiceprotected final BrokerServiceTransportConnection.brokerServiceMethods in org.apache.activemq.broker that return BrokerServiceModifier and TypeMethodDescriptionstatic BrokerServiceBrokerFactory.createBroker(String brokerURI) Creates a broker from a URI configurationstatic BrokerServiceBrokerFactory.createBroker(String brokerURI, boolean startBroker) Creates a broker from a URI configurationstatic BrokerServiceBrokerFactory.createBroker(URI brokerURI) Creates a broker from a URI configurationstatic BrokerServiceBrokerFactory.createBroker(URI brokerURI, boolean startBroker) Creates a broker from a URI configurationBrokerFactoryHandler.createBroker(URI brokerURI) DefaultBrokerFactory.createBroker(URI brokerURI) PropertiesBrokerFactory.createBroker(URI brokerURI) protected BrokerServicePropertiesBrokerFactory.createBrokerService(URI brokerURI, Map<Object, Object> properties) BrokerRegistry.findFirst()Returns the first registered broker foundBroker.getBrokerService()BrokerFilter.getBrokerService()EmptyBroker.getBrokerService()ErrorBroker.getBrokerService()LockableServiceSupport.getBrokerService()TransportConnector.getBrokerService()Methods in org.apache.activemq.broker that return types with arguments of type BrokerServiceMethods in org.apache.activemq.broker with parameters of type BrokerServiceModifier and TypeMethodDescriptionvoidBrokerRegistry.bind(String brokerName, BrokerService broker) voidBrokerServiceAware.setBrokerService(BrokerService brokerService) voidLockableServiceSupport.setBrokerService(BrokerService brokerService) voidTransportConnector.setBrokerService(BrokerService brokerService) This is called by the BrokerService right before it starts the transport. -
Uses of BrokerService in org.apache.activemq.broker.inteceptor
Methods in org.apache.activemq.broker.inteceptor with parameters of type BrokerService -
Uses of BrokerService in org.apache.activemq.broker.jmx
Fields in org.apache.activemq.broker.jmx declared as BrokerServiceConstructors in org.apache.activemq.broker.jmx with parameters of type BrokerServiceModifierConstructorDescriptionBrokerView(BrokerService brokerService, ManagedRegionBroker managedBroker) DurableSubscriptionView(ManagedRegionBroker broker, BrokerService brokerService, String clientId, String userName, Subscription sub) ConstructorInactiveDurableSubscriptionView(ManagedRegionBroker broker, BrokerService brokerService, String clientId, org.apache.activemq.command.SubscriptionInfo subInfo, Subscription subscription) ConstructorManagedRegionBroker(BrokerService brokerService, ManagementContext context, ObjectName brokerObjectName, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, org.apache.activemq.thread.Scheduler scheduler, ThreadPoolExecutor executor) -
Uses of BrokerService in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as BrokerServiceModifier and TypeFieldDescriptionprotected final BrokerServiceBaseDestination.brokerServiceprotected final BrokerServiceRegionBroker.brokerServiceMethods in org.apache.activemq.broker.region that return BrokerServiceConstructors in org.apache.activemq.broker.region with parameters of type BrokerServiceModifierConstructorDescriptionBaseDestination(BrokerService brokerService, MessageStore store, org.apache.activemq.command.ActiveMQDestination destination, DestinationStatistics parentStats) DestinationFactoryImpl(BrokerService brokerService, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, PersistenceAdapter persistenceAdapter) Queue(BrokerService brokerService, org.apache.activemq.command.ActiveMQDestination destination, MessageStore store, DestinationStatistics parentStats, org.apache.activemq.thread.TaskRunnerFactory taskFactory) RegionBroker(BrokerService brokerService, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, org.apache.activemq.thread.Scheduler scheduler, ThreadPoolExecutor executor) TempQueue(BrokerService brokerService, org.apache.activemq.command.ActiveMQDestination destination, MessageStore store, DestinationStatistics parentStats, org.apache.activemq.thread.TaskRunnerFactory taskFactory) TempTopic(BrokerService brokerService, org.apache.activemq.command.ActiveMQDestination destination, TopicMessageStore store, DestinationStatistics parentStats, org.apache.activemq.thread.TaskRunnerFactory taskFactory) Topic(BrokerService brokerService, org.apache.activemq.command.ActiveMQDestination destination, TopicMessageStore store, DestinationStatistics parentStats, org.apache.activemq.thread.TaskRunnerFactory taskFactory) -
Uses of BrokerService in org.apache.activemq.broker.region.virtual
Methods in org.apache.activemq.broker.region.virtual with parameters of type BrokerServiceModifier and TypeMethodDescriptionvoidMirroredQueue.setBrokerService(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.broker.scheduler
Constructors in org.apache.activemq.broker.scheduler with parameters of type BrokerServiceModifierConstructorDescriptionSchedulerBroker(BrokerService brokerService, Broker next, JobSchedulerStore store) -
Uses of BrokerService in org.apache.activemq.broker.view
Methods in org.apache.activemq.broker.view that return BrokerServiceConstructors in org.apache.activemq.broker.view with parameters of type BrokerServiceModifierConstructorDescriptionMessageBrokerView(BrokerService brokerService) Create a view of a running Broker -
Uses of BrokerService in org.apache.activemq.network
Fields in org.apache.activemq.network declared as BrokerServiceModifier and TypeFieldDescriptionprotected BrokerServiceDemandForwardingBridgeSupport.brokerServiceMethods in org.apache.activemq.network that return BrokerServiceMethods in org.apache.activemq.network with parameters of type BrokerServiceModifier and TypeMethodDescriptionvoidDemandForwardingBridgeSupport.setBrokerService(BrokerService brokerService) voidNetworkConnector.setBrokerService(BrokerService brokerService) Constructors in org.apache.activemq.network with parameters of type BrokerServiceModifierConstructorDescriptionMBeanBridgeDestination(BrokerService brokerService, NetworkBridgeConfiguration networkBridgeConfiguration, NetworkBridge bridge, NetworkBridgeView networkBridgeView) MBeanNetworkListener(BrokerService brokerService, NetworkBridgeConfiguration networkBridgeConfiguration, ObjectName connectorName) -
Uses of BrokerService in org.apache.activemq.network.jms
Methods in org.apache.activemq.network.jms with parameters of type BrokerServiceModifier and TypeMethodDescriptionvoidJmsConnector.setBrokerService(BrokerService service) One way to configure the local connection - this is called by The BrokerService when the Connector is embedded -
Uses of BrokerService in org.apache.activemq.store.memory
Fields in org.apache.activemq.store.memory declared as BrokerServiceModifier and TypeFieldDescriptionprotected BrokerServiceMemoryPersistenceAdapter.brokerServiceprotected final BrokerServiceMemoryTransactionStore.brokerServiceMethods in org.apache.activemq.store.memory with parameters of type BrokerServiceModifier and TypeMethodDescriptionvoidMemoryPersistenceAdapter.setBrokerService(BrokerService brokerService) Constructors in org.apache.activemq.store.memory with parameters of type BrokerServiceModifierConstructorDescriptionMemoryTransactionStore(PersistenceAdapter persistenceAdapter, BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type BrokerServiceModifier and TypeMethodDescriptionstatic org.apache.activemq.transport.TransportServerTransportFactorySupport.bind(BrokerService brokerService, URI location) -
Uses of BrokerService in org.apache.activemq.transport.auto
Fields in org.apache.activemq.transport.auto declared as BrokerServiceModifier and TypeFieldDescriptionprotected BrokerServiceAutoSslTransportFactory.brokerServiceprotected BrokerServiceAutoTcpTransportFactory.brokerServiceprotected BrokerServiceAutoTcpTransportServer.brokerServiceMethods in org.apache.activemq.transport.auto with parameters of type BrokerServiceModifier and TypeMethodDescriptionvoidAutoSslTransportFactory.setBrokerService(BrokerService brokerService) voidAutoTcpTransportFactory.setBrokerService(BrokerService brokerService) Constructors in org.apache.activemq.transport.auto with parameters of type BrokerServiceModifierConstructorDescriptionAutoSslTransportServer(org.apache.activemq.transport.tcp.SslTransportFactory transportFactory, URI location, SSLServerSocketFactory serverSocketFactory, BrokerService brokerService, Set<String> enabledProtocols) AutoTcpTransportServer(org.apache.activemq.transport.tcp.TcpTransportFactory transportFactory, URI location, ServerSocketFactory serverSocketFactory, BrokerService brokerService, Set<String> enabledProtocols) -
Uses of BrokerService in org.apache.activemq.transport.auto.nio
Fields in org.apache.activemq.transport.auto.nio declared as BrokerServiceModifier and TypeFieldDescriptionprotected BrokerServiceAutoNioSslTransportFactory.brokerServiceprotected BrokerServiceAutoNioTransportFactory.brokerServiceMethods in org.apache.activemq.transport.auto.nio with parameters of type BrokerServiceModifier and TypeMethodDescriptionvoidAutoNioSslTransportFactory.setBrokerService(BrokerService brokerService) voidAutoNioTransportFactory.setBrokerService(BrokerService brokerService) Constructors in org.apache.activemq.transport.auto.nio with parameters of type BrokerServiceModifierConstructorDescriptionAutoNIOSSLTransportServer(SSLContext context, org.apache.activemq.transport.tcp.TcpTransportFactory transportFactory, URI location, ServerSocketFactory serverSocketFactory, BrokerService brokerService, Set<String> enabledProtocols) -
Uses of BrokerService in org.apache.activemq.transport.vm
Fields in org.apache.activemq.transport.vm with type parameters of type BrokerServiceModifier and TypeFieldDescriptionstatic final ConcurrentMap<String,BrokerService> VMTransportFactory.BROKERS -
Uses of BrokerService in org.apache.activemq.util
Fields in org.apache.activemq.util declared as BrokerServiceMethods in org.apache.activemq.util with parameters of type BrokerServiceModifier and TypeMethodDescriptionstatic org.apache.activemq.command.BrokerSubscriptionInfoNetworkBridgeUtils.getBrokerSubscriptionInfo(BrokerService brokerService, NetworkBridgeConfiguration config) Generate the BrokerSubscriptionInfo which is used to tell the broker on the other side of the network bridge which NC durable subscriptions are still needed for demand.voidDefaultIOExceptionHandler.setBrokerService(BrokerService broker)