I’ve set whole infrastructure meaning I’ve configure php with AMQP extension http://www.php.net/manual/en/book.amqp.php. I’ve set up durable exchange and queue. Now I know I should publish message with delivery_mode = 2 (or equivalent to it in php) according to http://www.rabbitmq.com/tutorial-two-python.html. I don’t know if I can do that and if so I don’t know how.
I’ve set whole infrastructure meaning I’ve configure php with AMQP extension http://www.php.net/manual/en/book.amqp.php . I’ve
Share
This is using http://code.google.com/p/php-amqplib/, but I guess the native extension has a similar syntax.