spryker / queue
Queue module
1.28.0
2026-05-28 13:38 UTC
Requires
- php: >=8.3
- spryker/gui: ^3.0.0 || ^4.0.0 || ^5.0.0
- spryker/kernel: ^3.30.0
- spryker/log: ^3.0.0
- spryker/monolog: ^2.0.0
- spryker/propel-orm: ^1.0.0
- spryker/queue-extension: ^1.1.0
- spryker/store: ^1.25.0
- spryker/symfony: ^3.0.0
- spryker/transfer: ^3.27.0
- spryker/util-encoding: ^2.1.0
Requires (Dev)
Suggests
- ext-pcntl: If you want gracefully shutdown worker when signal is received.
This package is auto-updated.
Last update: 2026-06-11 14:06:11 UTC
README
Queue module provides a set of APIs and Commands for sending/receiving messages to/from queues for other bundles in Spryker. The Queue System provides a protocol for managing asynchronous processing, asynchronous processing in the sense that the sender and receiver do not have access to the same message at the same time. The sender produces a message and sends it to the message box, later when the receiver connects to the message box the message is received.
Installation
composer require spryker/queue