laravel-queue-rabbitmq
laravel-queue-rabbitmq copied to clipboard
RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.
Solve the problem that RabbitmqMQ is disconnected when there is no message communication for a long time under permanent residence.
Good afternoon! When you try to install the version, you get an error about incompatibility with version 8 of PHP. This happens both with version 11 of your package and...
- Laravel/Lumen version: #.#.# - RabbitMQ version: #.#.# - Package version: #.#.# **Describe the bug** A clear and concise description of what the bug is. **Steps To Reproduce** What steps...
Hi, Iam getting _Broken pipe or closed connection_ error intermittently in server vladimir-yuldashev/laravel-queue-rabbitmq: 11.3, php: 7.4 PhpAmqpLib\Exception\AMQPConnectionClosedException · Broken pipe or closed connection Full Trace Rawvendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO/StreamIO.php:171 PhpAmqpLib\Wire\IO\StreamIO::read ``` while ($read...
I have another application with another language that doesn't respect Laravel's job payload schema. I want publish an array . For example : [ 'type' => 'active' , 'ids' =>...
- Laravel/Lumen version: 8.0 - RabbitMQ version: 11 - Package version: 11 On dispatching job i am getting following error: [https://prnt.sc/1y1fnv7](url)
- Laravel/Lumen version: ^8.54 - Octane version: "^1.0" - RabbitMQ version: "3.8.6" - Package version: "^11.3" **Describe the bug** While pushing the event data to RabbitMQ via using this package,...
Hi, how can I change the driver of failed jobs to redis in rabbitmq? If the QUEUE_CONNECTION is on rabbitmq
Support Laravel 8 and later - The specific job should be dispatched after all open database transactions have been committed - [https://laravel.com/docs/8.x/queues\#specifying-commit-dispatch-behavior-inline](https://laravel.com/docs/8.x/queues/#specifying-commit-dispatch-behavior-inline) Example: Using when you want to dispatch `TestJob::dispatch()->afterCommit();`...
Using blocking call can speed up the latency for the queue processing significantly.