Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
Modifier and Type | Method and Description |
---|---|
static ActiveMQMessage |
ActiveMQMessageTransformation.transformMessage(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 | 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) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.