Skip to content
forked from spryker/queue

[READ ONLY] Subtree split of the Queue module.

License

Notifications You must be signed in to change notification settings

berndalter-txb/queue

 
 

Repository files navigation

Queue Module

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

About

[READ ONLY] Subtree split of the Queue module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.8%
  • Twig 0.2%