Skip to content

0.3.0

Compare
Choose a tag to compare
@spryker-bot spryker-bot released this 22 Mar 16:14
· 232 commits to master since this release

Included commits: 0.2.0...0.3.0

Improvements

  • Queue Client API This feature provides a set of API for communicating to the queues and other bundles, in the other hand Queue Bundle acts as a gateway for other bundles to interact with the queues and messages.

  • Queue Task/Worker It provides a standard consuming/processing mechanism for queues. For having this, we introduced two new Commands which will play main role:

    • Task by running this with a given queue name, messages inside of queues start fetching and passing to related plugin for processing
    • Worker by running this, the specific amount of new queue Taskstart to work, the Worker is designed to run and manage parallel Task processes.
  • Message Processor Plugin with this feature, queue message processing can be handled by specific plugins which registered to queue Task