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 class
SslBrokerService
A 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 BrokerService
LockableServiceSupport. brokerService
protected BrokerService
TransportConnection. brokerService
Methods in org.apache.activemq.broker that return BrokerService Modifier and Type Method Description static BrokerService
BrokerFactory. createBroker(String brokerURI)
Creates a broker from a URI configurationstatic BrokerService
BrokerFactory. createBroker(String brokerURI, boolean startBroker)
Creates a broker from a URI configurationstatic BrokerService
BrokerFactory. createBroker(URI brokerURI)
Creates a broker from a URI configurationstatic BrokerService
BrokerFactory. createBroker(URI brokerURI, boolean startBroker)
Creates a broker from a URI configurationBrokerService
BrokerFactoryHandler. createBroker(URI brokerURI)
BrokerService
DefaultBrokerFactory. createBroker(URI brokerURI)
BrokerService
PropertiesBrokerFactory. createBroker(URI brokerURI)
protected BrokerService
PropertiesBrokerFactory. createBrokerService(URI brokerURI, Map<Object,Object> properties)
BrokerService
BrokerRegistry. findFirst()
Returns the first registered broker foundBrokerService
Broker. getBrokerService()
BrokerService
BrokerFilter. getBrokerService()
BrokerService
EmptyBroker. getBrokerService()
BrokerService
ErrorBroker. getBrokerService()
BrokerService
LockableServiceSupport. getBrokerService()
BrokerService
TransportConnector. getBrokerService()
BrokerService
BrokerRegistry. 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 void
BrokerRegistry. bind(String brokerName, BrokerService broker)
void
BrokerServiceAware. setBrokerService(BrokerService brokerService)
void
LockableServiceSupport. setBrokerService(BrokerService brokerService)
void
TransportConnector. 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 MessageInterceptorRegistry
MessageInterceptorRegistry. 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 BrokerService
DurableSubscriptionView. brokerService
Constructors 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 BrokerService
BaseDestination. brokerService
protected BrokerService
RegionBroker. brokerService
Methods in org.apache.activemq.broker.region that return BrokerService Modifier and Type Method Description BrokerService
RegionBroker. 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 void
MirroredQueue. 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 BrokerService
MessageBrokerView. 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 BrokerService
EmbeddedActiveMQBroker. 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 BrokerService
Broker. getBroker()
Return the broker service created.BrokerService
MavenBrokerManager. getBroker()
Return the broker service created.BrokerService
MavenBrokerSingletonManager. getBroker()
Return the broker service created.Methods in org.apache.activemq.maven with parameters of type BrokerService Modifier and Type Method Description static void
Broker. setBroker(BrokerService broker)
Override the default creation of the broker service.void
MavenBrokerManager. setBroker(BrokerService broker)
Set the broker service managed to the one given.void
MavenBrokerSingletonManager. 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 BrokerService
DemandForwardingBridgeSupport. brokerService
Methods in org.apache.activemq.network that return BrokerService Modifier and Type Method Description BrokerService
NetworkConnector. getBrokerService()
Methods in org.apache.activemq.network with parameters of type BrokerService Modifier and Type Method Description void
DemandForwardingBridgeSupport. setBrokerService(BrokerService brokerService)
void
NetworkConnector. 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 void
JmsConnector. 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 BrokerService
JDBCPersistenceAdapter. 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 void
JournalPersistenceAdapter. 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 BrokerService
MessageDatabase. brokerService
Methods in org.apache.activemq.store.kahadb with parameters of type BrokerService Modifier and Type Method Description void
KahaDBPersistenceAdapter. setBrokerService(BrokerService brokerService)
void
MessageDatabase. setBrokerService(BrokerService brokerService)
void
MultiKahaDBPersistenceAdapter. setBrokerService(BrokerService brokerService)
void
TempKahaDBStore. 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 void
PListStoreImpl. 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 BrokerService
JMSMemtest. broker
Methods in org.apache.activemq.tool that return BrokerService Modifier and Type Method Description protected BrokerService
JMSMemtest. createBroker()
Methods in org.apache.activemq.tool with parameters of type BrokerService Modifier and Type Method Description protected void
JMSMemtest. 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 TransportServer
TransportFactorySupport. 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 void
AmqpNioTransportFactory. setBrokerService(BrokerService brokerService)
void
AmqpSslTransportFactory. setBrokerService(BrokerService brokerService)
void
AmqpTransportFactory. setBrokerService(BrokerService brokerService)
void
AmqpWSTransportFactory. 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 BrokerService
AutoSslTransportFactory. brokerService
protected BrokerService
AutoTcpTransportFactory. brokerService
protected BrokerService
AutoTcpTransportServer. brokerService
Methods in org.apache.activemq.transport.auto with parameters of type BrokerService Modifier and Type Method Description void
AutoSslTransportFactory. setBrokerService(BrokerService brokerService)
void
AutoTcpTransportFactory. 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 BrokerService
AutoNioSslTransportFactory. brokerService
protected BrokerService
AutoNioTransportFactory. brokerService
Methods in org.apache.activemq.transport.auto.nio with parameters of type BrokerService Modifier and Type Method Description void
AutoNioSslTransportFactory. setBrokerService(BrokerService brokerService)
void
AutoNioTransportFactory. 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 BrokerService
HttpEmbeddedTunnelServlet. broker
Methods in org.apache.activemq.transport.http that return BrokerService Modifier and Type Method Description protected BrokerService
HttpEmbeddedTunnelServlet. createBroker()
Factory method to create a new brokerprotected BrokerService
HttpSpringEmbeddedTunnelServlet. 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 MQTTPacketIdGenerator
MQTTPacketIdGenerator. getMQTTPacketIdGenerator(BrokerService broker)
void
MQTTNIOTransportFactory. setBrokerService(BrokerService brokerService)
void
MQTTSslTransportFactory. setBrokerService(BrokerService brokerService)
void
MQTTTransportFactory. 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 BrokerService
AbstractMQTTSubscriptionStrategy. brokerService
Methods in org.apache.activemq.transport.mqtt.strategy with parameters of type BrokerService Modifier and Type Method Description void
AbstractMQTTSubscriptionStrategy. 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 void
StompNIOTransportFactory. setBrokerService(BrokerService brokerService)
void
StompSslTransportFactory. setBrokerService(BrokerService brokerService)
void
StompTransportFactory. 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 BrokerService
AbstractMQTTSocket. brokerService
Methods in org.apache.activemq.transport.ws with parameters of type BrokerService Modifier and Type Method Description void
AbstractMQTTSocket. setBrokerService(BrokerService brokerService)
void
WSTransportFactory. setBrokerService(BrokerService brokerService)
void
WSTransportProxy. setBrokerService(BrokerService brokerService)
void
WSTransportServer. 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 void
WSServlet. 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 void
WSSTransportFactory. 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 BrokerService
DefaultIOExceptionHandler. broker
Methods in org.apache.activemq.util with parameters of type BrokerService Modifier and Type Method Description static BrokerSubscriptionInfo
NetworkBridgeUtils. 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.void
DefaultIOExceptionHandler. 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 BrokerService
SpringBrokerContextListener. createBroker(ServletContext context)
Factory method to create a new ActiveMQ Brokerprotected static BrokerService
SingletonBrokerFacade. findSingletonBroker()
BrokerService
LocalBrokerFacade. getBrokerService()
protected BrokerService
SpringBrokerContextListener. getBrokerService()
Return the broker container.Methods in org.apache.activemq.web with parameters of type BrokerService Modifier and Type Method Description protected void
SpringBrokerContextListener. 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 class
XBeanBrokerService
An ActiveMQ Message Broker.Methods in org.apache.activemq.xbean that return BrokerService Modifier and Type Method Description BrokerService
XBeanBrokerFactory. createBroker(URI config)
BrokerService
BrokerFactoryBean. getBroker()
-