spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Correct documentation for `userDestinationPrefix` in `MessageBrokerRegistry`

Open Xednar opened this issue 1 year ago • 1 comments

Changes documentation for setUserDestinationPrefix to match getTargetDestination in DefaultUserDestinationResolver

Current documentation is misleading, because the default implementation appends "-user" + sessionId to the actualDestination

@pivotal-cla This is an Obvious Fix

Xednar avatar Feb 14 '24 18:02 Xednar

Actually, I think you're right on the format of the target destination. My apologies!

rstoyanchev avatar Feb 15 '24 14:02 rstoyanchev