enqueue-dev
enqueue-dev copied to clipboard
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
First of all, thank you for the great packages. They helped me and my team a lot in working with such transports as Kafka and Pub/Sub. I think this library...
``` 1x: The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Enqueue\Symfony\Consumption\ConfigurableConsumeCommand". 1x: The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Enqueue\Symfony\Client\ConsumeCommand". 1x:...
I have a process which is generating lots (measured in the 1000s) of events to be sent via enque. This obviusly causes a delay for any other events sent afterwards...
I'm using symfony 4.4 and I installed this: "enqueue/amqp-bunny": "^0.10", "enqueue/elastica-bundle": "^0.10", "enqueue/fs": "^0.10", "friendsofsymfony/elastica-bundle": "^5", My problem, when I run the consumer it creates the indexes but it doesn't...
Hi, I noticed that when I start multiple consumers the same messages are executed by the consumers. Is there a way to "reserve" a message? I'm using Dbal to store...
Earlier this month Doctrine ORM 3 and DBAL 4 were [released](https://www.doctrine-project.org/2024/02/03/doctrine-orm-3-and-dbal-4-released.html). The DBAL [Upgrade to 4.0](https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md) document shows quite a few BC breaks. With also versions 2 and 3 supported,...
Hello, will be this library compatible with php8.2 in the future? `app@4e2a10a84927:~/html$ composer require enqueue/amqp-ext Cannot use enqueue/amqp-ext's latest version 0.10.20 as it requires ext-amqp ^1.9.3|^2.0.0 which is missing from...
Hi, I would like to ask for a Feture Request, to add the ability to add attribute keys when you publish a topic: https://github.com/php-enqueue/enqueue-dev/blob/bb6e75989970795154d64968fe6bd4cd65b424d3/pkg/gps/GpsProducer.php#L33-L43 In Gps producer there is no...