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
Laravel 10 has changed deps tree so I think that you need replace` illuminate/queue` to `laravel/framework:10` deep
Currently `reject()` with requeue parameter does nothing. This modification try redeliver according to set up retry policy.
Fixes these deprecations on Symfony 6.3: ``` 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...
Fixed PHP Deprecated: Redis::connect(): Passing null to parameter #5 of type int is deprecated in vendor/enqueue/redis/PhpRedis.php on line 119
Hello, We have recently stumbled upon an issue. We use AWS SNS/SQS setup to send messages to SNS topic and to consume them from SQS queues. We use [SnsQs transport](https://php-enqueue.github.io/transport/snsqs/)...
Fixes #1307
Hi all, I am a little stuck with this so I would some guidance as to where to look. I recently updated from 0.10.1 to 0.10.8 of the rdkafka library...
This fixes errors when trying to push messages that contain ArrayObjects. The ArrayObjects are converted to arrays.
See https://en.wikipedia.org/wiki/Bounce_message
Fixes deprecation notice `Deprecated: AMQPQueue::consume(): Passing null to parameter #3 ($consumer_tag) of type string is deprecated in`