mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
When a broker message handler is not configured with any prefixes, it will process all messages by default, but user destination messages should be pre-processed by the userDestinationMessageHandler first. This change protects against that. Closes gh-26474