Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.spring |
Helper classes for working with the JMS client and Spring.
|
org.apache.activemq.transport.mqtt |
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
|
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() |
Modifier and Type | Method and Description |
---|---|
void |
BrokerService.setBrokerContext(BrokerContext brokerContext) |
void |
BrokerContextAware.setBrokerContext(BrokerContext brokerContext) |
Modifier and Type | Class and Description |
---|---|
class |
SpringBrokerContext |
Constructor and Description |
---|
MQTTTransportFilter(Transport next,
WireFormat wireFormat,
BrokerContext brokerContext) |
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–2015. All rights reserved.