Skip to content

Commit

Permalink
Merge branch '6.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Mar 12, 2024
2 parents 7a65aad + c2248c9 commit 670fc9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ protected Collection<String> getApplicationDestinationPrefixes() {
* session as well as for others to send messages to those unique,
* user-specific queues.
* <p>For example when a user attempts to subscribe to "/user/queue/position-updates",
* the destination may be translated to "/queue/position-updatesi9oqdfzo" yielding a
* the destination may be translated to "/queue/position-updates-useri9oqdfzo" yielding a
* unique queue name that does not collide with any other user attempting to do the same.
* Subsequently when messages are sent to "/user/{username}/queue/position-updates",
* the destination is translated to "/queue/position-updatesi9oqdfzo".
* the destination is translated to "/queue/position-updates-useri9oqdfzo".
* <p>The default prefix used to identify such destinations is "/user/".
*/
public MessageBrokerRegistry setUserDestinationPrefix(String destinationPrefix) {
Expand Down

0 comments on commit 670fc9b

Please sign in to comment.