We are using Spring Cloud Steam with RabbitMQ binder.
I'm currently in the Process of setting up a RabbitMQ Cluster and want to use quorum queues. The options to set the queue type must be sent with the creation of the queue. In version 3.0.0 of Spring Cloud Stream, the option is added, but we are on an old version of String Boot and String Cloud Stream and don't want to update, because our live release will be in the next few weeks.
I've looked up the PR link. but the options are all private and I don't see any listeners or interceptors.
Is there any way to inject additional arguments into the queue creation call?