Skip to content

StompBrokerRelay: Adapt to RabbitMQ deprecation of transient, non-exclusive queues #34540

@acutus

Description

@acutus

spring-messaging:6.1.12

RabbitMQ has deprecated transient, non-exclusive queues (see rabbitmq/rabbitmq-server#13009 and https://www.rabbitmq.com/release-information/deprecated-features-list).

StompBrokerRelay (StompBrokerRelayMessageHandler?) should consider this when creating STOMP-subscriptions and switch to durable client-named queues as a default, instead of the current transient non-exclusive queues created for subscriptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    for: external-projectNeeds a fix in external projectin: messagingIssues in messaging modules (jms, messaging)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions