I have installed RabbitMQ on windows server 2012 64 Bit.
I Tested Publishing And Consuming Parts with Huge Data Everything is fine, the only problem i am facing is the messages in a queue are getting lost after RabbitMQServer restart.
I am using VB.Net SDK of RabbitMQ.
I am setting "Durable"
property of Queue Declare to true, and DeliveryMode BasicQueueProperties to "2"
to make the Messages persistent. But still the messages are getting lost after my server restart.
How can I overcome this?