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.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 |
BrokerContextAware.setBrokerContext(BrokerContext brokerContext) |
void |
BrokerService.setBrokerContext(BrokerContext brokerContext) |
Modifier and Type | Class and Description |
---|---|
class |
SpringBrokerContext |
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 The Apache Software Foundation. All rights reserved.