Spring RabbitTemplate is not creating dead letter queue with TTL
问题 I am using spring-rabbit1.1 and RabbitMQ 3.3.1 , My spring configuration will create any queue with the help of RabbitTemplate on Rabbit MQ but if the queue has been configured with x-dead-letter-exchange and x-message-ttl , it just creates the queue with out the TTL and dead letter exchange. For Eg : the below queue will create the queue but TTL and dead letter exhange is not getting created . <rabbit:queue name="hello.queue.dead"> <rabbit:queue-arguments> <entry key="x-dead-letter-exchange"