Skip to content

Commit

Permalink
Add MESSAGING_DESTINATION_NAME attribute
Browse files Browse the repository at this point in the history
This commit introduces a new attribute, MESSAGING_DESTINATION_NAME, which
represents the unique name of the message destination.
  • Loading branch information
alingamn committed Oct 9, 2023
1 parent 7788f07 commit 6f2f9fd
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,11 @@ the closest proxy.
MESSAGING_DESTINATION: 'messaging.destination',

/**
* The message destination name.
* Note: 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.
* Represents the name of the message destination.
*
* Note: The destination name should provide a unique identifier for a specific queue, topic, or other entity within
* the broker. If the broker does not support this concept, the destination name should uniquely identify the broker
* itself.
*/
MESSAGING_DESTINATION_NAME: "messaging.destination.name",

Expand Down

0 comments on commit 6f2f9fd

Please sign in to comment.