spryker/queue

Queue module

Maintainers

👁 spryker-bot

Package info

github.com/spryker/queue

pkg:composer/spryker/queue

Statistics

Installs: 2 964 951

Dependents: 83

Suggesters: 2

Stars: 0

1.28.0 2026-05-28 13:38 UTC

Requires

Suggests

  • ext-pcntl: If you want gracefully shutdown worker when signal is received.

Provides

None

Conflicts

None

Replaces

None

proprietary 1888c65902799ded8b53324081d37d246c62eec8


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