Class RocketMQConst.Headers
java.lang.Object
com.alibaba.cloud.stream.binder.rocketmq.constant.RocketMQConst.Headers
- Enclosing class:
- RocketMQConst
It is mainly provided for conversion between rocketMq-message and Spring-message,
and parameters are passed through HEADERS.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe IP and port number of the message producer.static final StringThe timestamp that the message producer invokes the message sending API.static final StringMessage flag, MQ is not processed and is available for use by applications.static final Stringkeys for SCS RocketMQ Headers.static final StringThe ID of the message.static final StringMessage consumption queue ID.static final StringMessage system Flag, such as whether or not to compress, whether or not to transactional messages.static final Stringtags for SCS RocketMQ Headers.static final Stringtopic for SCS RocketMQ Headers.static final StringThe transaction ID of the transaction message. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEYS
keys for SCS RocketMQ Headers.- See Also:
-
TAGS
tags for SCS RocketMQ Headers.- See Also:
-
TOPIC
topic for SCS RocketMQ Headers.- See Also:
-
MESSAGE_ID
The ID of the message.- See Also:
-
BORN_TIMESTAMP
The timestamp that the message producer invokes the message sending API.- See Also:
-
BORN_HOST
The IP and port number of the message producer.- See Also:
-
FLAG
Message flag, MQ is not processed and is available for use by applications.- See Also:
-
QUEUE_ID
Message consumption queue ID.- See Also:
-
SYS_FLAG
Message system Flag, such as whether or not to compress, whether or not to transactional messages.- See Also:
-
TRANSACTION_ID
The transaction ID of the transaction message.- See Also:
-
-
Constructor Details
-
Headers
public Headers()
-