public class SqsMessageHeaders
extends org.springframework.messaging.MessageHeaders
MessageHeaders class that allows to set an ID. This was
done to support cases where the ID sent by the producer must be restored on the
consumer side for traceability.| Modifier and Type | Field and Description |
|---|---|
static String |
SQS_DEDUPLICATION_ID_HEADER
Deduplication header in a SQS message.
|
static String |
SQS_DELAY_HEADER
Delay header in a SQS message.
|
static String |
SQS_GROUP_ID_HEADER
Group id header in a SQS message.
|
| Constructor and Description |
|---|
SqsMessageHeaders(Map<String,Object> headers) |
clear, containsKey, containsValue, entrySet, equals, get, get, getErrorChannel, getId, getIdGenerator, getRawHeaders, getReplyChannel, getTimestamp, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static final String SQS_DELAY_HEADER
public static final String SQS_GROUP_ID_HEADER
public static final String SQS_DEDUPLICATION_ID_HEADER
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.