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.