pub const MESSAGING_DESTINATION_NAME: &str = "messaging.destination.name";
Expand description
The message destination name.
Destination name SHOULD uniquely identify a specific queue, topic or other entity within the broker. If the broker does not have such notion, the destination name SHOULD uniquely identify the broker.
§Examples
MyQueue
MyTopic