Messages are not getting dropped after the expiration time. Using spring-rabbit java client I am sending the message with the header set with expiration:10000.
For reference here is the message present in Rabbitmq queue,
Properties
priority: 0
delivery_mode: 2
headers:
expiration: 10000
content_encoding: UTF-8
content_type: text/plain
Please help me if I need to set anything in Rabbitmq server or any extra parameter need to set?
