| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BrokerContext |
BrokerService.getBrokerContext() |
BrokerContext |
BrokerContextAware.getBrokerContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerService.setBrokerContext(BrokerContext brokerContext) |
void |
BrokerContextAware.setBrokerContext(BrokerContext brokerContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesPlaceHolderUtil.mergeProperties(Document doc,
Properties initialProperties,
BrokerContext brokerContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringBrokerContext |
| Modifier and Type | Method and Description |
|---|---|
BrokerContext |
JmsFrameTranslator.getBrokerContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsFrameTranslator.setBrokerContext(BrokerContext brokerContext) |
| Constructor and Description |
|---|
ProtocolConverter(StompTransport stompTransport,
BrokerContext brokerContext) |
StompTransportFilter(Transport next,
WireFormat wireFormat,
BrokerContext brokerContext) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.