-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Vinicius Carvalho opened SPR-11813 and commented
We are missing subscribe/unsubscribe events on this module.
One good case for it would be the ability to perform some house cleaning on those events.
When using the StompBrokerRelay with RabbitMQ for example, once a client disconnects, we could remove the queue (for some reason rabbit 3.3.4 creates durable queues)
And because StompBrokerRelayMessageHandler is not a spring bean, not even using spring AOP was a choice for me when using the framework.
Affects: 4.0.4
Referenced from: commits 1c91a52
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement