How to declare header exchange bindings in @RabbitListener annotation in with Spring AMQP?
I’m using Spring Boot 3.3 and I’d like to create a RabbitMQ listener using the @RabbitListener
annotation. When binding to a topic exchange, I can easily specify the binding in the @RabbitListener
itself like this: