spryker/queue

Queue module

Maintainers

Details

github.com/spryker/queue

Source

Installs: 2 235 533

Dependents: 75

Suggesters: 2

Security: 0

Stars: 0

Watchers: 9

Forks: 0


README

Latest Stable Version Minimum PHP Version

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

Documentation

Spryker Documentation