This is a list of places where queue interop was proposed or could be helpful: (The list is updated regularly) * [MERGED] https://github.com/jakubkulhan/bunny/pull/51 * https://github.com/cloudamqp/php-amqplib-example/pull/3 * [MERGED] https://github.com/thephpleague/tactician/issues/113, https://github.com/thephpleague/tactician/pull/114 * [MERGED] https://github.com/rabbitmq/rabbitmq-tutorials * [MERGED] https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/154 * [MERGED] https://github.com/sonata-project/SonataNotificationBundle/pull/276 * [MERGED] Bridge to queue interop transports - https://github.com/swarrot/swarrot/pull/155 * [MERGED] Bridge to queue interop transports - https://github.com/bernardphp/bernard/pull/320 * [MERGED] https://github.com/yiisoft/yii2-queue/pull/158 * [MERGED] Doc update - https://github.com/php-amqplib/php-amqplib/pull/502 * [MERGED] https://github.com/liip/LiipImagineBundle/pull/919 * [CLOSED] Symfony. Async events PR - https://github.com/symfony/symfony/pull/23315#issuecomment-312904862 * [CLOSED] Symfony. Propsition to migrate to queue interop - https://github.com/symfony/symfony/pull/23650 * [CLOSED] Symfony. PoC. How amqp component could look like on amqp interop - https://github.com/lyrixx/symfony/pull/14 * [CLOSED] Symfony. https://github.com/symfony/symfony/pull/23842 * [CLOSED] Laravel. Queue interop bridge for Laravel queue - https://github.com/laravel/framework/pull/20148 * [CLOSED] MQ based spool - https://github.com/swiftmailer/swiftmailer/pull/970 * [CLOSED] MQ based logger handler - https://github.com/Seldaek/monolog/pull/1033 * [CLOSED] Amqp interop - https://github.com/php-amqplib/php-amqplib/pull/500 * [CLOSED] Populate command perf improvent - https://github.com/FriendsOfSymfony/FOSElasticaBundle/issues/1186 - but released separatly as [enqueue-elastica-bundle](https://github.com/php-enqueue/enqueue-elastica-bundle) * [CLOSED] Bridge to queue interop https://github.com/yiisoft/yii2-queue/pull/104 * [CLOSED] Proposition to join the group - https://github.com/jakubkulhan/bunny/issues/50 * [CLOSED] https://github.com/Codeception/Codeception/pull/4624 * [CLOSED] https://github.com/gjedeer/celery-php/issues/105 * https://github.com/php-amqplib/RabbitMqBundle/pull/516 * [CLOSED] https://github.com/magento/magento2/issues/13360 * https://github.com/renatocason/magento2-module-mq/issues/3 * PHP FIG queue discusions - https://groups.google.com/forum/#!msg/php-fig/CcFN7zr90Wo/3ihpslRDBwAJ
This is a list of places where queue interop was proposed or could be helpful:
(The list is updated regularly)
Amqp component based on interop lyrixx/symfony#14
Add queue interop based driver. Supports AMQP, Amazon SQS, Kafka, Google PubSub, Redis, STOMP, Gearman, Beanstalk laravel/framework#20148
I was able to make populate cmd 5-10 times faster. FriendsOfSymfony/FOSElasticaBundle#1186 - but released separatly as enqueue-elastica-bundle