MESSAGING_DESTINATION_NAME

Constant MESSAGING_DESTINATION_NAME 

pub const MESSAGING_DESTINATION_NAME: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The message destination name

§Notes

Destination name SHOULD uniquely identify a specific queue, topic or other entity within the broker. If the broker doesn’t have such notion, the destination name SHOULD uniquely identify the broker.

§Examples

  • "MyQueue"
  • "MyTopic"