Skip to content

Add events for subscribe/unsubscribe stomp commands [SPR-11813] #16433

@spring-projects-issues

Description

@spring-projects-issues

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)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions