Does Spring AMQP 3.13 support quorum queues?
I'm planning for a RabbitMQ 4 upgrade. How can I start using quorum queues with Spring AMQP 3.13?
Additionally, what features can replace non-durable and exclusive queues in the new setup?
Does Spring AMQP 3.13 support quorum queues?
I'm planning for a RabbitMQ 4 upgrade. How can I start using quorum queues with Spring AMQP 3.13?
Additionally, what features can replace non-durable and exclusive queues in the new setup?
Copyright © 2021 Jogjafile Inc.
There is nothing special for those queues from Java API. Spring AMQP is fully based on the
com.rabbitmq:amqp-client. So, we just have a specific API how to create those queues from Spring application context. SeeQueueBuilder:There is no replacement for non-durable and exclusive. You still can do like this: