public static class RocketMQConst.Headers extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BORN_HOST
The IP and port number of the message producer.
|
static String |
BORN_TIMESTAMP
The timestamp that the message producer invokes the message sending API.
|
static String |
FLAG
Message flag, MQ is not processed and is available for use by applications.
|
static String |
KEYS
keys for SCS RocketMQ Headers.
|
static String |
MESSAGE_ID
The ID of the message.
|
static String |
QUEUE_ID
Message consumption queue ID.
|
static String |
SYS_FLAG
Message system Flag, such as whether or not to compress, whether or not to
transactional messages.
|
static String |
TAGS
tags for SCS RocketMQ Headers.
|
static String |
TOPIC
topic for SCS RocketMQ Headers.
|
static String |
TRANSACTION_ID
The transaction ID of the transaction message.
|
| Constructor and Description |
|---|
Headers() |
public static final String KEYS
public static final String TAGS
public static final String TOPIC
public static final String MESSAGE_ID
public static final String BORN_TIMESTAMP
public static final String BORN_HOST
public static final String FLAG
public static final String QUEUE_ID
public static final String SYS_FLAG
public static final String TRANSACTION_ID
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.