php-amqplib
php-amqplib copied to clipboard
AMQP library for PHP
Adjustments for resolving issue tnc/php-amqplib#5 AMQPChannel::basic_cancel should have a defined or definable behavior about timing issues.
This is an automated request to remove excessive whitespace from source code. You can find more about this project and opt-out at [whitespacestrippers.com](http://whitespacestrippers.com/)
https://github.com/tnc/php-amqplib appears to have a bug described at http://code.google.com/p/php-amqplib/issues/detail?id=10 Attempted to use php-amqplib with qpid-java-0.8, and got an error message about php trying to allocate over 1GB of ram: rrehbein@copper:~/dev/php-amqplib/demo$...
When I run a consumer and process some messages the next fails and goes to the queue again so it fails again when I start the consumer server, version: 8.0,...
I'm using the library inside a code that runs on hiphop. Hiphop, in order to optimize, doesn't call the __destruct() method of an object when removing the objects at the...
diff --git a/amqp.inc b/amqp.inc the actual code only checks for false as the return value of fwrite in AMQPConnection::write($data). sometimes, fwrite() does not return false but 0 bytes, and the...
Some times I need get more than one items in queue to work.
Currently any basic_deliver messages received after a call to basic_cancel but before receiving basic_cancel_ok are queued, and then discarded without ack till the connection is closed. Couple possible solutions: -...