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