I'm using http://www.php.net/manual/en/book.amqp.php to use Rabbit on my server.
I have problem to make my messages persistent. I'm setting the exchange and the queue as AMQP_DURABLE
, but after the server is restarted the queues are empty. It looks like the messages aren't saved to the disk.
I'm publishing my messages with: http://www.php.net/manual/en/amqpexchange.publish.php