StompBrokerRelay: Adapt to RabbitMQ deprecation of transient, non-exclusive queues #34540
Labels
for: external-project
Needs a fix in external project
in: messaging
Issues in messaging modules (jms, messaging)
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.The text was updated successfully, but these errors were encountered: