Rossen Stoyanchev opened SPR-10747 and commented
@MessageMapping methods can process messages based on a String-based represention of a destination.
@MessageExceptionMapping methods can handle exceptions arising from message handling methods.
@SubscribeEvent and @UnsubscribeEvent can be used in conjunction with STOMP subscrptions.
It should be possible to create such methods in @Controller annotated classes.
Affects: 4.0 M1
This issue is a sub-task of #13994