Constant MESSAGING_ROCKETMQ_MESSAGE_GROUP
pub const MESSAGING_ROCKETMQ_MESSAGE_GROUP: &'static str;
Expand description
It is essential for FIFO message. Messages that belong to the same message group are always processed one by one within the same consumer group.
ยงExamples
"myMessageGroup"