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
- Removed a few redundant tests - Added new test to cover the change - migrate PHPUnit schema version - add missing composer dependency for tests - make the pipeline...
Because of the serializer in my current project, I was unable to get messages in [protobuf format](https://github.com/php-enqueue/enqueue-dev/issues/1327). So instead encoding/decoding every message from JSON we can send the actual message...
Let's install this on modern apps too! Prod changes: - Add Symfony `^7.0` to composer requirements; - Add Symfony `7.0.*` to CI; - Drop Symfony `6.2.*` (EOL) from CI; -...
Right now GPS transport only unserialize the message which are in JSON format from GPS. Is there a way to extend it and unserialize JSON or protobuf depends on the...
By calling parse_url just once, eliminating the unnecessary calls
Hello, The Magento module hasn’t been updated in five years, and can’t be installed because it still depends on Enqueue 0.8 https://github.com/php-enqueue/enqueue-dev/issues/1057: ``` $ composer require "enqueue/magento2-enqueue:*@dev" ./composer.json has been...
The DBAL Message handler does not set messageID when add by method setMessageId Set $message->setMessageId('myId)); DbalProducer->send()... $dbalMessage = [ 'id' => Uuid::uuid4(), Don't set id on database vield. Always create...