enqueue-dev icon indicating copy to clipboard operation
enqueue-dev copied to clipboard

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro

Results 81 enqueue-dev issues
Sort by recently updated
recently updated
newest added

Hello! Can not install bundle on symfony 6... any ideas? ``` Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json...

Hi, i download your library for usage in Bitrix framework, and on execution Consumer::recieve see errors: ``` [InvalidArgumentException] The malformed json given. Error 4 and message Syntax error (0) /data/local/vendor/enqueue/rdkafka/JsonSerializer.php:32...

When I want to send command by `$client->sendCommand('test_command', 'message');` I have ` LogicException: There is no route for command "test_command"`. But when I add handler for command before send `$client->bindCommand('test_command',...

Support `unix` in `scheme_extensions`. When use `SimpleClient` with dsn `redis+phpredis+unix:/home/.socket/redis.sock` `PhpRedis` connection by `host` because `scheme` is `redis`. Fix it.

wontfix

I created this issue to keep track on transports that would be nice to add. So if you think that we should add support for something comment here instead of...

pinned

The docs for Symfony Bundle should be more explicit about extension tags when using different consume commands. I'm referring to https://php-enqueue.github.io/bundle/consumption_extension/#consumption-extension When using the "enqueue:transport:consume" command a consumption extension needs...

pinned

Hi there ! There is a deprecated for Symfony version above 4.2 where the `Process` requires an array when built. I noticed this thing for the Async Command bundle but...

pinned

This PR aims to deprecate the current `Serializer` approach and replaces it with a "message transformation concept" which allows to modify the message before after consumption before sending. (For example...

pinned

needs https://github.com/queue-interop/queue-interop/pull/28 initial discussion https://github.com/queue-interop/queue-interop/issues/27 further discussion https://github.com/php-enqueue/enqueue-dev/issues/831

pinned