File tree 1 file changed +2
-2
lines changed
spring-messaging/src/main/java/org/springframework/messaging/simp/config
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,10 +150,10 @@ protected Collection<String> getApplicationDestinationPrefixes() {
150
150
* session as well as for others to send messages to those unique,
151
151
* user-specific queues.
152
152
* <p>For example when a user attempts to subscribe to "/user/queue/position-updates",
153
- * the destination may be translated to "/queue/position-updatesi9oqdfzo " yielding a
153
+ * the destination may be translated to "/queue/position-updates-useri9oqdfzo " yielding a
154
154
* unique queue name that does not collide with any other user attempting to do the same.
155
155
* Subsequently when messages are sent to "/user/{username}/queue/position-updates",
156
- * the destination is translated to "/queue/position-updatesi9oqdfzo ".
156
+ * the destination is translated to "/queue/position-updates-useri9oqdfzo ".
157
157
* <p>The default prefix used to identify such destinations is "/user/".
158
158
*/
159
159
public MessageBrokerRegistry setUserDestinationPrefix (String destinationPrefix ) {
You can’t perform that action at this time.
0 commit comments