spring-framework/spring-messaging
Rossen Stoyanchev cd80b6b4ac Message broker skips messages with user destination
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
2021-02-05 11:53:46 +00:00
..
src Message broker skips messages with user destination 2021-02-05 11:53:46 +00:00
spring-messaging.gradle Add kotlinx.serialization JSON support to Spring Messaging 2020-10-26 20:10:54 +01:00