Uses of Class
com.amazon.sqs.javamessaging.message.SQSMessage
Packages that use SQSMessage
-
Uses of SQSMessage in com.amazon.sqs.javamessaging.acknowledge
Methods in com.amazon.sqs.javamessaging.acknowledge with parameters of type SQSMessageModifier and TypeMethodDescriptionvoidAcknowledger.acknowledge(SQSMessage message) Generic Acknowledge method.voidAutoAcknowledger.acknowledge(SQSMessage message) Acknowledges the consumed message via callingdeleteMessagevoidRangedAcknowledger.acknowledge(SQSMessage message) Acknowledges all the consumed messages as well as the previously consumed messages on the session via callingdeleteMessageBatchuntil all the messages are deleted.voidUnorderedAcknowledger.acknowledge(SQSMessage message) Acknowledges the consumed message via callingdeleteMessage.static SQSMessageIdentifierSQSMessageIdentifier.fromSQSMessage(SQSMessage sqsMessage) voidAcknowledger.notifyMessageReceived(SQSMessage message) Used when receiving messages.voidAutoAcknowledger.notifyMessageReceived(SQSMessage message) When notify message is received, it will acknowledge the message.voidRangedAcknowledger.notifyMessageReceived(SQSMessage message) Updates the internal queue for the consumed but not acknowledged messages if the message was not already on queue.voidUnorderedAcknowledger.notifyMessageReceived(SQSMessage message) Updates the internal data structure for the consumed but not acknowledged message. -
Uses of SQSMessage in com.amazon.sqs.javamessaging.message
Subclasses of SQSMessage in com.amazon.sqs.javamessaging.messageModifier and TypeClassDescriptionclassThis class borrows fromActiveMQStreamMessage, which is also licensed under Apache2.0.classAn ObjectMessage object is used to send a message that contains a Java serializable object.classA TextMessage object is used to send a message body containing a java.lang.String.