Skip to content

Commit

Permalink
Update Javadoc in DefaultUserDestinationResolver
Browse files Browse the repository at this point in the history
Closes gh-32272
  • Loading branch information
Xednar authored and rstoyanchev committed Mar 12, 2024
1 parent 9cc74e7 commit c2248c9
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 c2248c9

Please sign in to comment.