Uses of Interface
org.apache.activemq.broker.BrokerContext
-
Packages that use BrokerContext Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.plugin org.apache.activemq.spring Helper classes for working with the JMS client and Spring.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. -
-
Uses of BrokerContext in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return BrokerContext Modifier and Type Method Description BrokerContext
BrokerContextAware. getBrokerContext()
BrokerContext
BrokerService. getBrokerContext()
Methods in org.apache.activemq.broker with parameters of type BrokerContext Modifier and Type Method Description void
BrokerContextAware. setBrokerContext(BrokerContext brokerContext)
void
BrokerService. setBrokerContext(BrokerContext brokerContext)
-
Uses of BrokerContext in org.apache.activemq.plugin
Methods in org.apache.activemq.plugin with parameters of type BrokerContext Modifier and Type Method Description void
PropertiesPlaceHolderUtil. mergeProperties(Document doc, Properties initialProperties, BrokerContext brokerContext)
-
Uses of BrokerContext in org.apache.activemq.spring
Classes in org.apache.activemq.spring that implement BrokerContext Modifier and Type Class Description class
SpringBrokerContext
-
Uses of BrokerContext in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return BrokerContext Modifier and Type Method Description BrokerContext
JmsFrameTranslator. getBrokerContext()
Methods in org.apache.activemq.transport.stomp with parameters of type BrokerContext Modifier and Type Method Description void
JmsFrameTranslator. setBrokerContext(BrokerContext brokerContext)
Constructors in org.apache.activemq.transport.stomp with parameters of type BrokerContext Constructor Description ProtocolConverter(StompTransport stompTransport, BrokerContext brokerContext)
StompTransportFilter(Transport next, WireFormat wireFormat, BrokerContext brokerContext)
-