spryker / queue
Queue module
1.9.3
2022-11-11 07:06 UTC
Requires
- php: >=8.0
- spryker/gui: ^3.0.0
- spryker/kernel: ^3.30.0
- spryker/propel-orm: ^1.0.0
- spryker/symfony: ^3.0.0
- spryker/transfer: ^3.0.0
- spryker/util-encoding: ^2.1.0
Requires (Dev)
Suggests
- ext-pcntl: If you want gracefully shutdown worker when signal is received.
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- dev-master / 1.0.x-dev
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-beta/app-kernel
- dev-beta/app-store/develop
- dev-beta/apps-6692-delete-secret
- dev-beta/localstack-replacement
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/spryker-mini-api-framework
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
- dev-hotfix/mp-4286-fast-marketplace-code-clean
- dev-beta/security-to-spryker-symfony-3.3
- dev-beta/te-7948/dev-session
- dev-hotfix/mp-4623-merchant-1-1-2
- dev-hotfix/te-7948-session-3-2-5
This package is auto-updated.
Last update: 2023-09-29 15:19:15 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