amqp-interop
amqp-interop copied to clipboard
PHP 7.1+. Promoting the interoperability of AMQPs. It is based on queue-interop
For example problem: https://psalm.dev/r/8c3d411ab6
I'm getting the error `stream_select(): unable to select [4]: Interrupted system call (max_fd=6)` on my consumers. This error [was fixed in version 2.9 of php-amqplib](https://github.com/php-amqplib/php-amqplib/issues/670) but [php-enqueue uses version 2.8](https://github.com/php-enqueue/amqp-lib/blob/master/composer.json).
This is a meta issue which contains all AMQP features that are not implemented. * batch publish * consumer basic cancel * own method for basic_get and basic_consume
My PHP version is 7.1, and the installation of your package is locked to a minor version of 0.8. Now that you have updated to 0.8.2, the minimum PHP version...