Provide an annotation-based programming model for processing message [SPR-10747] #15373
Labels
in: messaging
Issues in messaging modules (jms, messaging)
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: task
A general task
Milestone
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
The text was updated successfully, but these errors were encountered: