Feel free to comment and suggest what can be changed/refactored to make things more fluent and consistent in next major version.
I'd love something like batch-consumers that are available in your Symfony2 bundle: https://github.com/php-amqplib/RabbitMqBundle#batch-consumers
the use case I have is something like this:
I'm trying to find a nice way of doing it currently with php-amqplib directly but a bit lost.
All PRs for compatibility with PHP 8.0 are closed due to alleged BC. In https://github.com/php-amqplib/php-amqplib/pull/858#issuecomment-751369700 is information about PHP 8.0 support in next major version 3.0.
@nubeiro @lukebakken @ramunasd When is expected finish version 3.0 with support PHP 8.0? According to branch dev-3.x, there is no development. PHP 8.0 support is required.
@liborm85 there is no confirmed roadmap or deadline for next major version. Quite a lot of things must be changed and well tested. Please use mailing list[1] or gitter channel[2] for specific version support related questions.
[1] https://groups.google.com/forum/#!forum/php-amqplib-devel
[2] https://gitter.im/php-amqplib/RabbitMqBundle
@ramunasd If isn't deadline for release next major version with support PHP 8.0, its big problem, because PHP 8.0 is released and this library has no support for it.
Most helpful comment
@ramunasd If isn't deadline for release next major version with support PHP 8.0, its big problem, because PHP 8.0 is released and this library has no support for it.