Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.advisory |
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
|
org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
org.apache.activemq.console.filter | |
org.apache.activemq.memory.buffer | |
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 |
---|---|
static ActiveMQMessage |
ActiveMQMessageTransformation.transformMessage(javax.jms.Message message,
ActiveMQConnection connection)
Creates a fast shallow copy of the current ActiveMQMessage or creates a
whole new message instance from an available JMS message from another
provider.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActiveMQSession.configureMessage(ActiveMQMessage message)
Checks that the session is not closed then configures the message
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<BrokerInfo,ActiveMQMessage> |
AdvisoryBroker.networkBridges |
Modifier and Type | Method and Description |
---|---|
void |
AdvisoryBroker.fireAdvisory(ConnectionContext context,
ActiveMQTopic topic,
Command command,
ConsumerId targetConsumerId,
ActiveMQMessage advisoryMessage) |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryBasedSubscriptionRecoveryPolicy.configure(ActiveMQMessage msg) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQBlobMessage
An implementation of
BlobMessage for out of band BLOB transfer |
class |
ActiveMQBytesMessage
A
BytesMessage object is used to send a message containing a
stream of uninterpreted bytes. |
class |
ActiveMQMapMessage
A
MapMessage object is used to send a set of name-value pairs. |
class |
ActiveMQObjectMessage
An
ObjectMessage object is used to send a message that
contains a serializable object in the Java programming language ("Java
object"). |
class |
ActiveMQStreamMessage
A
StreamMessage object is used to send a stream of primitive
types in the Java programming language. |
class |
ActiveMQTextMessage |
Modifier and Type | Method and Description |
---|---|
protected void |
ActiveMQMessage.copy(ActiveMQMessage copy) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
MapTransformFilter.transformToMap(ActiveMQMessage msg)
Transform an ActiveMQMessage to a Map
|
Modifier and Type | Method and Description |
---|---|
void |
MessageQueue.add(ActiveMQMessage message) |
Modifier and Type | Method and Description |
---|---|
org.fusesource.mqtt.codec.PUBLISH |
MQTTProtocolConverter.convertMessage(ActiveMQMessage message) |
org.fusesource.mqtt.codec.PUBLISH |
MQTTSubscription.createPublish(ActiveMQMessage message)
Creates a PUBLISH command that can be sent to a remote client from an
incoming
ActiveMQMessage instance. |
short |
MQTTPacketIdGenerator.setPacketId(String clientId,
MQTTSubscription subscription,
ActiveMQMessage message,
org.fusesource.mqtt.codec.PUBLISH publish) |
Modifier and Type | Method and Description |
---|---|
ActiveMQMessage |
LegacyFrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame command) |
ActiveMQMessage |
JmsFrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame command) |
ActiveMQMessage |
FrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame frame) |
ActiveMQMessage |
ProtocolConverter.convertMessage(StompFrame command) |
Modifier and Type | Method and Description |
---|---|
StompFrame |
ProtocolConverter.convertMessage(ActiveMQMessage message,
boolean ignoreTransformation) |
StompFrame |
LegacyFrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
StompFrame |
JmsFrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
StompFrame |
FrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
static void |
FrameTranslator.Helper.copyStandardHeadersFromFrameToMessage(ProtocolConverter converter,
StompFrame command,
ActiveMQMessage msg,
FrameTranslator ft) |
static void |
FrameTranslator.Helper.copyStandardHeadersFromMessageToFrame(ProtocolConverter converter,
ActiveMQMessage message,
StompFrame command,
FrameTranslator ft) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.