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 0.2.2
(beta)
|
0.2.2 Release: Made extension compatible with PHP lt 5.3 (courtesy John Skopis) Fixed wrong typing of message properties (courtesy John Skopis)
0.2.1 Release: Fixed refcount decrementing bug causing segfaults.
0.2.0 Release: Works with AMQP 0-8 and 0-9-1 (used by RabbitMQ 2.*) Modified AMQPConnection object: * Requires call to 'connect' method to connect (no longer connects on instantiation) * Added support for disconnect and reconnect * Added helper setters for port, host, vhost, login and password Improved consume method to block for MIN messages, and try to get MAX messages if available Fixed zval descoping bugs Fixed bugs: * 17809: Couldn't compile pecl extension under PHP 5.3 * 17831: Segmentation fault when the exchange doesn't exists * 19707: AMQPQueue::get() doesn't return the message * 19840: Connection Exception |