Rabbitmq: How do I implement x-consistent-hash-exchange using spring xml
All other exchange types are declared in http://www.springframework.org/schema/rabbit schema, but couldn’t find x-consistent-hash-exchange in it. Where is it defined?
Many SimpleMessageListenerContainers lead to “Consumer failed to start”
I use spring boot amqp and the x-consistent-hash RabbitMQ plugin. I need
Override RabbitMQ Queue Consumers from SpringBoot
I want to know If there is a mechanism with which I can override a consumer listening to a RabbitMQ queue.