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.junit org.apache.activemq.maven org.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.osgi org.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.plist org.apache.activemq.tool org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.amqp.protocol org.apache.activemq.transport.amqp.sasl org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio org.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.mqtt.strategy org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.vm In-JVM based Transport implementation.org.apache.activemq.transport.ws org.apache.activemq.transport.ws.jetty9 org.apache.activemq.transport.wss org.apache.activemq.util org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients.org.apache.activemq.xbean -
-
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, SubscriptionInfo subInfo, Subscription subscription)ConstructorManagedRegionBroker(BrokerService brokerService, ManagementContext context, ObjectName brokerObjectName, TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, 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() -
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.junit
Methods in org.apache.activemq.junit that return BrokerService Modifier and Type Method Description BrokerServiceEmbeddedActiveMQBroker. getBrokerService()Get the BrokerService for the embedded ActiveMQ broker. -
Uses of BrokerService in org.apache.activemq.maven
Methods in org.apache.activemq.maven that return BrokerService Modifier and Type Method Description static BrokerServiceBroker. getBroker()Return the broker service created.BrokerServiceMavenBrokerManager. getBroker()Return the broker service created.BrokerServiceMavenBrokerSingletonManager. getBroker()Return the broker service created.Methods in org.apache.activemq.maven with parameters of type BrokerService Modifier and Type Method Description static voidBroker. setBroker(BrokerService broker)Override the default creation of the broker service.voidMavenBrokerManager. setBroker(BrokerService broker)Set the broker service managed to the one given.voidMavenBrokerSingletonManager. setBroker(BrokerService broker)Override the default creation of the broker service. -
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.osgi
Methods in org.apache.activemq.osgi that return types with arguments of type BrokerService Modifier and Type Method Description Map<String,BrokerService>ActiveMQServiceFactory. getBrokersMap() -
Uses of BrokerService in org.apache.activemq.store.jdbc
Methods in org.apache.activemq.store.jdbc that return BrokerService Modifier and Type Method Description BrokerServiceJDBCPersistenceAdapter. getBrokerService() -
Uses of BrokerService in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal with parameters of type BrokerService Modifier and Type Method Description voidJournalPersistenceAdapter. setBrokerService(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.store.kahadb
Fields in org.apache.activemq.store.kahadb declared as BrokerService Modifier and Type Field Description protected BrokerServiceMessageDatabase. brokerServiceMethods in org.apache.activemq.store.kahadb with parameters of type BrokerService Modifier and Type Method Description voidKahaDBPersistenceAdapter. setBrokerService(BrokerService brokerService)voidMessageDatabase. setBrokerService(BrokerService brokerService)voidMultiKahaDBPersistenceAdapter. setBrokerService(BrokerService brokerService)voidTempKahaDBStore. setBrokerService(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.store.kahadb.plist
Methods in org.apache.activemq.store.kahadb.plist with parameters of type BrokerService Modifier and Type Method Description voidPListStoreImpl. setBrokerService(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.tool
Fields in org.apache.activemq.tool declared as BrokerService Modifier and Type Field Description protected BrokerServiceJMSMemtest. brokerMethods in org.apache.activemq.tool that return BrokerService Modifier and Type Method Description protected BrokerServiceJMSMemtest. createBroker()Methods in org.apache.activemq.tool with parameters of type BrokerService Modifier and Type Method Description protected voidJMSMemtest. configureBroker(BrokerService broker) -
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 TransportServerTransportFactorySupport. bind(BrokerService brokerService, URI location) -
Uses of BrokerService in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp with parameters of type BrokerService Modifier and Type Method Description voidAmqpNioTransportFactory. setBrokerService(BrokerService brokerService)voidAmqpSslTransportFactory. setBrokerService(BrokerService brokerService)voidAmqpTransportFactory. setBrokerService(BrokerService brokerService)voidAmqpWSTransportFactory. setBrokerService(BrokerService brokerService)Constructors in org.apache.activemq.transport.amqp with parameters of type BrokerService Constructor Description AmqpProtocolDiscriminator(AmqpTransport transport, BrokerService brokerService)AmqpTransportFilter(Transport next, WireFormat wireFormat, BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.transport.amqp.protocol
Constructors in org.apache.activemq.transport.amqp.protocol with parameters of type BrokerService Constructor Description AmqpConnection(AmqpTransport transport, BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.transport.amqp.sasl
Constructors in org.apache.activemq.transport.amqp.sasl with parameters of type BrokerService Constructor Description AmqpAuthenticator(AmqpTransport transport, org.apache.qpid.proton.engine.Sasl sasl, BrokerService brokerService) -
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(SslTransportFactory transportFactory, URI location, SSLServerSocketFactory serverSocketFactory, BrokerService brokerService, Set<String> enabledProtocols)AutoTcpTransportServer(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, TcpTransportFactory transportFactory, URI location, ServerSocketFactory serverSocketFactory, BrokerService brokerService, Set<String> enabledProtocols) -
Uses of BrokerService in org.apache.activemq.transport.http
Fields in org.apache.activemq.transport.http declared as BrokerService Modifier and Type Field Description protected BrokerServiceHttpEmbeddedTunnelServlet. brokerMethods in org.apache.activemq.transport.http that return BrokerService Modifier and Type Method Description protected BrokerServiceHttpEmbeddedTunnelServlet. createBroker()Factory method to create a new brokerprotected BrokerServiceHttpSpringEmbeddedTunnelServlet. createBroker()Factory method to create a new broker -
Uses of BrokerService in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt with parameters of type BrokerService Modifier and Type Method Description static MQTTPacketIdGeneratorMQTTPacketIdGenerator. getMQTTPacketIdGenerator(BrokerService broker)voidMQTTNIOTransportFactory. setBrokerService(BrokerService brokerService)voidMQTTSslTransportFactory. setBrokerService(BrokerService brokerService)voidMQTTTransportFactory. setBrokerService(BrokerService brokerService)Constructors in org.apache.activemq.transport.mqtt with parameters of type BrokerService Constructor Description MQTTProtocolConverter(MQTTTransport mqttTransport, BrokerService brokerService)MQTTTransportFilter(Transport next, WireFormat wireFormat, BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.transport.mqtt.strategy
Fields in org.apache.activemq.transport.mqtt.strategy declared as BrokerService Modifier and Type Field Description protected BrokerServiceAbstractMQTTSubscriptionStrategy. brokerServiceMethods in org.apache.activemq.transport.mqtt.strategy with parameters of type BrokerService Modifier and Type Method Description voidAbstractMQTTSubscriptionStrategy. setBrokerService(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp with parameters of type BrokerService Modifier and Type Method Description voidStompNIOTransportFactory. setBrokerService(BrokerService brokerService)voidStompSslTransportFactory. setBrokerService(BrokerService brokerService)voidStompTransportFactory. setBrokerService(BrokerService brokerService) -
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.transport.ws
Fields in org.apache.activemq.transport.ws declared as BrokerService Modifier and Type Field Description protected BrokerServiceAbstractMQTTSocket. brokerServiceMethods in org.apache.activemq.transport.ws with parameters of type BrokerService Modifier and Type Method Description voidAbstractMQTTSocket. setBrokerService(BrokerService brokerService)voidWSTransportFactory. setBrokerService(BrokerService brokerService)voidWSTransportProxy. setBrokerService(BrokerService brokerService)voidWSTransportServer. setBrokerService(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.transport.ws.jetty9
Methods in org.apache.activemq.transport.ws.jetty9 with parameters of type BrokerService Modifier and Type Method Description voidWSServlet. setBrokerService(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.transport.wss
Methods in org.apache.activemq.transport.wss with parameters of type BrokerService Modifier and Type Method Description voidWSSTransportFactory. setBrokerService(BrokerService brokerService) -
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 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) -
Uses of BrokerService in org.apache.activemq.web
Methods in org.apache.activemq.web that return BrokerService Modifier and Type Method Description protected BrokerServiceSpringBrokerContextListener. createBroker(ServletContext context)Factory method to create a new ActiveMQ Brokerprotected static BrokerServiceSingletonBrokerFacade. findSingletonBroker()BrokerServiceLocalBrokerFacade. getBrokerService()protected BrokerServiceSpringBrokerContextListener. getBrokerService()Return the broker container.Methods in org.apache.activemq.web with parameters of type BrokerService Modifier and Type Method Description protected voidSpringBrokerContextListener. setBrokerService(BrokerService container)Set the broker container to be used by this listenerConstructors in org.apache.activemq.web with parameters of type BrokerService Constructor Description LocalBrokerFacade(BrokerService brokerService) -
Uses of BrokerService in org.apache.activemq.xbean
Subclasses of BrokerService in org.apache.activemq.xbean Modifier and Type Class Description classXBeanBrokerServiceAn ActiveMQ Message Broker.Methods in org.apache.activemq.xbean that return BrokerService Modifier and Type Method Description BrokerServiceXBeanBrokerFactory. createBroker(URI config)BrokerServiceBrokerFactoryBean. getBroker()
-