Hi, Is it possible to use RabbitMQ as a reliable message queue? What I mean is to make it preserve the order of messages in queues even for non ack'ed durable messages. Putting non acked messages into the end of the queue just doesn't make sence. http://www.rabbitmq.com/faq.html#message-ordering Thank you!