public class SqsHeaderMapper extends AbstractMessageAttributesHeaderMapper<MessageAttributeValue>
AbstractMessageAttributesHeaderMapper implementation for the mapping from
headers to SQS message attributes.
The
SimpleMessageListenerContainer
maps all the SQS message attributes to the MessageHeaders.
| Constructor and Description |
|---|
SqsHeaderMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected MessageAttributeValue |
buildMessageAttribute(java.lang.String dataType,
java.lang.Object value) |
fromHeaders, setOutboundHeaderNames, toHeadersprotected MessageAttributeValue buildMessageAttribute(java.lang.String dataType, java.lang.Object value)
buildMessageAttribute in class AbstractMessageAttributesHeaderMapper<MessageAttributeValue>