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
Redis messages are delivered immediately, back-to-back, not respecting either the default redelivery_delay setting (300) or a custom setting.
Allow to send PubSub attributes
Hello, I'm upgrading a project to latest Laravel version, 11, and the Laravel package seems to be not compatible. I created this [PR](https://github.com/php-enqueue/laravel-queue/pull/29) if you could take a look would...
fixes https://github.com/php-enqueue/enqueue-dev/issues/1270 ``` 1x: Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Enqueue\Doctrine\DoctrineSchemaCompilerPass" now to avoid errors or add...
175 line https://github.com/php-enqueue/rdkafka/blob/master/RdKafkaConsumer.php#L175 $message = $this->serializer->toMessage($kafkaMessage->payload); It will lead to crash, if someone push to kafka empty msg for example. I think it is not correct for crashing, maybe skipping...
Support for Symfony 7 like https://github.com/php-enqueue/enqueue-bundle/pull/8 but hopefully with fixed CI problems (duplicate from https://github.com/php-enqueue/enqueue-bundle/pull/12)
Firstly, thank you for the amazing work on this project! Are there any plans to support Symfony v7 components in this project? I am asking because this package might be...
I have a Symfony 6.4 application and have an issue with enqueue. My Symfony Database is a **MSSQL** Server. I have installed the enqueue modules with composer. This worked fine....
This change enables users to specify custom serializers with configuration options in their Enqueue bundle YAML configuration, improving flexibility when working with different message formats. - Add support for configuring...