Skip to content

Commit

Permalink
Add MESSAGING_DESTINATION_NAME attribute
Browse files Browse the repository at this point in the history
The change 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 c320c98 commit 7788f07
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,13 @@ 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.
*/
MESSAGING_DESTINATION_NAME: "messaging.destination.name",

/**
* The kind of message destination.
*/
Expand Down

0 comments on commit 7788f07

Please sign in to comment.