[rabbitmq-discuss] ANN php-amqplib adds support for protocol extensions

Alvaro Videla videlalvaro at gmail.com
Sat Sep 28 22:36:14 BST 2013


Hi,

The current master version of php-amqplib adds support for the current
protocol extensions:

- publisher_confirms
- consumer_cancel_notify
- exchange_exchange_bindings
- basic.nack

Get it here https://github.com/videlalvaro/php-amqplib or via Composer.

Example for publisher confirms:
https://github.com/videlalvaro/php-amqplib/blob/master/demo/amqp_publisher_with_confirms.php

Example for consumer cancel notify:
https://github.com/videlalvaro/php-amqplib/blob/master/demo/basic_cancel.php

Example for Exchange to Exchange bindings:
https://github.com/videlalvaro/php-amqplib/blob/master/demo/e2e_bindings.php

Example for basic.nack:
https://github.com/videlalvaro/php-amqplib/blob/master/demo/basic_nack.php

Apart from that there has been a few performance improvements that might be
worth testing as well.

A big thanks to all the contributors! I hope to make a new release during
next week.

Regards,

Alvaro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130928/7cdc8406/attachment.htm>


More information about the rabbitmq-discuss mailing list