Package Information |
Summary |
Communicate with any AMQP compliant server |
Maintainers |
Lars Strojny <
lstrojny at php dot net >
(lead)
[wishlist]
[details]
Bohdan Padalko (developer)
[details]
Pieter de Zwart (lead)
[inactive]
[details]
|
License |
PHP License |
Description |
This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue. |
Homepage |
https://github.com/php-amqp/php-amqp
|
Release notes
Version 1.8.0
(stable)
|
* Add SSL connection support (Bogdan Padalko) * Support for server method handling: confirms (publisher acknowledgments) and basic.return (Bogdan Padalko) * Add support for pkg-config (Remi Collet) * Preserve AMQP server error code for exceptions (Bogdan Padalko) * Add AMQPChannel::close() (Bogdan Padalko) * Fix segfault when deleting an unknown exchange (Bogdan Padalko) * Fix segfault with PHPUnit and xdebug for PHP 7 (Bogdan Padalko) * Add publisher confirms (Bogdan Padalko)
For a complete list of changes see: https://github.com/pdezwart/php-amqp/compare/v1.7.1...v1.8.0 |