pub const MESSAGING_ROCKETMQ_MESSAGE_GROUP: &str = "messaging.rocketmq.message.group";
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.
"myMessageGroup"