SQSBytesMessage |
This class borrows from ActiveMQStreamMessage , which is also
licensed under Apache2.0.
|
SQSMessage |
The SQSMessage is the root class of all SQS JMS messages and implements JMS
Message interface.
|
SQSMessage.JMSMessagePropertyValue |
This class is used fulfill object value, corresponding SQS message
attribute type and message attribute string value.
|
SQSMessage.TypeConversionSupport |
Copied from org.apache.activemq.util.TypeConversionSupport to provide the
same property support provided by activemq without creating a dependency
on activemq.
|
SQSObjectMessage |
An ObjectMessage object is used to send a message that contains a Java
serializable object.
|
SQSTextMessage |
A TextMessage object is used to send a message body containing a
java.lang.String.
|