Class SqsHeaderMapper

All Implemented Interfaces:
org.springframework.integration.mapping.HeaderMapper<Map<String,MessageAttributeValue>>

public class SqsHeaderMapper extends AbstractMessageAttributesHeaderMapper<MessageAttributeValue>
The AbstractMessageAttributesHeaderMapper implementation for the mapping from headers to SQS message attributes.

The SimpleMessageListenerContainer maps all the SQS message attributes to the MessageHeaders.

Since:
2.0
Author:
Artem Bilan