MESSAGING_ROCKETMQ_MESSAGE_GROUP

Constant MESSAGING_ROCKETMQ_MESSAGE_GROUP 

pub const MESSAGING_ROCKETMQ_MESSAGE_GROUP: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
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.

§Notes

§Examples

  • "myMessageGroup"