Uses of Class
org.apache.activemq.broker.BrokerService
-
Packages that use BrokerService Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.inteceptor MessageInteceptor malarkyorg.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.broker.scheduler The Message Scheduler for delayed (or scheduled) message deliveryorg.apache.activemq.broker.view Broker Plugins for visualising the current systemorg.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider.org.apache.activemq.store.memory VM based implementation of message persistenceorg.apache.activemq.transport org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio org.apache.activemq.transport.vm In-JVM based Transport implementation.org.apache.activemq.util -
-
Uses of BrokerService in org.apache.activemq.broker
Subclasses of BrokerService in org.apache.activemq.broker Modifier and Type Class Description classSslBrokerServiceA BrokerService that allows access to the key and trust managers used by SSL connections.Fields in org.apache.activemq.broker declared as BrokerService Modifier and Type Field Description protected BrokerServiceLockableServiceSupport. brokerServiceprotected BrokerServiceTransportConnection. brokerServiceMethods in org.apache.activemq.broker that return BrokerService Modifier and Type Method Description static 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 configurationBrokerServiceBrokerFactoryHandler. createBroker(URI brokerURI)BrokerServiceDefaultBrokerFactory. createBroker(URI brokerURI)BrokerServicePropertiesBrokerFactory. createBroker(URI brokerURI)protected BrokerServicePropertiesBrokerFactory. createBrokerService(URI brokerURI, Map<Object,Object> properties)BrokerServiceBrokerRegistry. findFirst()Returns the first registered broker foundBrokerServiceBroker. getBrokerService()BrokerServiceBrokerFilter. getBrokerService()BrokerServiceEmptyBroker. getBrokerService()BrokerServiceErrorBroker. getBrokerService()BrokerServiceLockableServiceSupport. getBrokerService()BrokerServiceTransportConnector. getBrokerService()BrokerServiceBrokerRegistry. lookup(String brokerName)Methods in org.apache.activemq.broker that return types with arguments of type BrokerService Modifier and Type Method Description Map<String,BrokerService>BrokerRegistry. getBrokers()Methods in org.apache.activemq.broker with parameters of type BrokerService Modifier and Type Method Description voidBrokerRegistry. 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 Modifier and Type Method Description MessageInterceptorRegistryMessageInterceptorRegistry. get(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.broker.jmx
Fields in org.apache.activemq.broker.jmx declared as BrokerService Modifier and Type Field Description protected BrokerServiceDurableSubscriptionView. brokerServiceConstructors in org.apache.activemq.broker.jmx with parameters of type BrokerService Constructor Description BrokerView(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 BrokerService Modifier and Type Field Description protected BrokerServiceBaseDestination. brokerServiceprotected BrokerServiceRegionBroker. brokerServiceMethods in org.apache.activemq.broker.region that return BrokerService Modifier and Type Method Description BrokerServiceRegionBroker. getBrokerService()Constructors in org.apache.activemq.broker.region with parameters of type BrokerService Constructor Description BaseDestination(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 BrokerService Modifier and Type Method Description voidMirroredQueue. setBrokerService(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.broker.scheduler
Constructors in org.apache.activemq.broker.scheduler with parameters of type BrokerService Constructor Description SchedulerBroker(BrokerService brokerService, Broker next, JobSchedulerStore store) -
Uses of BrokerService in org.apache.activemq.broker.view
Methods in org.apache.activemq.broker.view that return BrokerService Modifier and Type Method Description BrokerServiceMessageBrokerView. getBrokerService()Constructors in org.apache.activemq.broker.view with parameters of type BrokerService Constructor Description MessageBrokerView(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 BrokerService Modifier and Type Field Description protected BrokerServiceDemandForwardingBridgeSupport. brokerServiceMethods in org.apache.activemq.network that return BrokerService Modifier and Type Method Description BrokerServiceNetworkConnector. getBrokerService()Methods in org.apache.activemq.network with parameters of type BrokerService Modifier and Type Method Description voidDemandForwardingBridgeSupport. setBrokerService(BrokerService brokerService)voidNetworkConnector. setBrokerService(BrokerService brokerService)Constructors in org.apache.activemq.network with parameters of type BrokerService Constructor Description MBeanBridgeDestination(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 BrokerService Modifier and Type Method Description voidJmsConnector. 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 BrokerService Modifier and Type Field Description protected BrokerServiceMemoryPersistenceAdapter. brokerServiceprotected BrokerServiceMemoryTransactionStore. brokerServiceMethods in org.apache.activemq.store.memory with parameters of type BrokerService Modifier and Type Method Description voidMemoryPersistenceAdapter. setBrokerService(BrokerService brokerService)Constructors in org.apache.activemq.store.memory with parameters of type BrokerService Constructor Description MemoryTransactionStore(PersistenceAdapter persistenceAdapter, BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type BrokerService Modifier and Type Method Description static 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 BrokerService Modifier and Type Field Description protected BrokerServiceAutoSslTransportFactory. brokerServiceprotected BrokerServiceAutoTcpTransportFactory. brokerServiceprotected BrokerServiceAutoTcpTransportServer. brokerServiceMethods in org.apache.activemq.transport.auto with parameters of type BrokerService Modifier and Type Method Description voidAutoSslTransportFactory. setBrokerService(BrokerService brokerService)voidAutoTcpTransportFactory. setBrokerService(BrokerService brokerService)Constructors in org.apache.activemq.transport.auto with parameters of type BrokerService Constructor Description AutoSslTransportServer(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 BrokerService Modifier and Type Field Description protected BrokerServiceAutoNioSslTransportFactory. brokerServiceprotected BrokerServiceAutoNioTransportFactory. brokerServiceMethods in org.apache.activemq.transport.auto.nio with parameters of type BrokerService Modifier and Type Method Description voidAutoNioSslTransportFactory. setBrokerService(BrokerService brokerService)voidAutoNioTransportFactory. setBrokerService(BrokerService brokerService)Constructors in org.apache.activemq.transport.auto.nio with parameters of type BrokerService Constructor Description AutoNIOSSLTransportServer(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 BrokerService Modifier and Type Field Description static ConcurrentMap<String,BrokerService>VMTransportFactory. BROKERS -
Uses of BrokerService in org.apache.activemq.util
Fields in org.apache.activemq.util declared as BrokerService Modifier and Type Field Description protected BrokerServiceDefaultIOExceptionHandler. brokerMethods in org.apache.activemq.util with parameters of type BrokerService Modifier and Type Method Description static 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)
-