libretime/library/php-amqplib
paul.baranowski 78b33b9e23 CC-2084: Integrate RabbitMQ for immediate schedule updates and commands
Implemented RabbitMQ on the pypo side.  Schedule updates are now
almost instantaneous and we are only polling the server once per
hour if we aren't updated in that time.  Canceling a show happens
right away.
2011-03-23 01:09:27 -04:00
..
demo CC-2084: Integrate RabbitMQ for immediate schedule updates and commands 2011-03-23 01:09:27 -04:00
CREDITS Added php-amqp library to talk to RabbitMQ. 2011-03-18 17:12:48 -04:00
LICENSE Added php-amqp library to talk to RabbitMQ. 2011-03-18 17:12:48 -04:00
README.md Added php-amqp library to talk to RabbitMQ. 2011-03-18 17:12:48 -04:00
amqp.inc Added php-amqp library to talk to RabbitMQ. 2011-03-18 17:12:48 -04:00
amqp_receive.php Added php-amqp library to talk to RabbitMQ. 2011-03-18 17:12:48 -04:00
amqp_test.php Added php-amqp library to talk to RabbitMQ. 2011-03-18 17:12:48 -04:00
amqp_wire.inc Added php-amqp library to talk to RabbitMQ. 2011-03-18 17:12:48 -04:00
hexdump.inc Added php-amqp library to talk to RabbitMQ. 2011-03-18 17:12:48 -04:00

README.md

NOTE

This library is a fork of the php-amqplib library.

We modified that library in order to work with PHP 5.3 Strict.

Also we improved the debug method to increase performance.

We use it daily in prod for sending/consuming 600K + messages per day.

Below is the original README file content. Credits goes to the original authors.

Original README:

PHP library implementing Advanced Message Queuing Protocol (AMQP).

The library is port of python code of py-amqplib http://barryp.org/software/py-amqplib/

It have been tested with RabbitMQ server.

Project home page: http://code.google.com/p/php-amqplib/

For discussion, please join the group:

http://groups.google.com/group/php-amqplib-devel

For bug reports, please use bug tracking system at the project page.

Patched are very welcome!

Author: Vadim Zaliva lord@crocodile.org