PHPackages                             softkultur/magento2-delayed-queue-messages - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. softkultur/magento2-delayed-queue-messages

ActiveMagento2-module[Queues &amp; Workers](/categories/queues)

softkultur/magento2-delayed-queue-messages
==========================================

Allows publishing queue messages with a delay

1.0.0(1mo ago)1131MITPHPPHP ^8.1CI passing

Since Mar 12Pushed 1mo agoCompare

[ Source](https://github.com/SoftKultur/magento2-delayed-queue-messages)[ Packagist](https://packagist.org/packages/softkultur/magento2-delayed-queue-messages)[ RSS](/packages/softkultur-magento2-delayed-queue-messages/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

General
=======

[](#general)

This Magento2 module allows publishing queue messages to be processed after a specified number of minutes

Installation
============

[](#installation)

Run `composer require softKultur/magento2-delayed-queue-messages/` and then `bin/magento setup:upgrade`.

Technical details
=================

[](#technical-details)

The module introduces a plugin for the `\Magento\Framework\MessageQueue\PublisherInterface` which checks if the published message is an instance of the `\SoftKultur\DelayedQueueMessages\Api\DelayedQueueMessageInterface` interface.

The module provides a base implementation for the `\SoftKultur\DelayedQueueMessages\Api\DelayedQueueMessageInterface` interface which can be used for all types of queue messages payloads: `\SoftKultur\DelayedQueueMessages\Model\DelayedQueueMessage`

In this case, it saves the message in the `softkultur_delayed_queue_message` database table.

Each minute, a cronjob checks the said table for unpublished messages that are available (`available_at` in the past) and publishes them to the corresponding queue.

The module also introduces a new CLI command which runs the same logic as the cronjob: `bin/magento softkultur:delayed-queue-messages:publish`.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance88

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

58d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec14de119f7e17afd2a2e2f4f55b6bf29ebdab62d0e7c851042e181182c80cc2?d=identicon)[andrei.furnica](/maintainers/andrei.furnica)

---

Top Contributors

[![andrei-furnica](https://avatars.githubusercontent.com/u/3817709?v=4)](https://github.com/andrei-furnica "andrei-furnica (14 commits)")

---

Tags

magento 2magento 2 queuesoftkultur

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/softkultur-magento2-delayed-queue-messages/health.svg)

```
[![Health](https://phpackages.com/badges/softkultur-magento2-delayed-queue-messages/health.svg)](https://phpackages.com/packages/softkultur-magento2-delayed-queue-messages)
```

###  Alternatives

[symfony/messenger

Helps applications send and receive messages to/from other applications or via message queues

1.1k120.7M956](/packages/symfony-messenger)[symfony/amazon-sqs-messenger

Symfony Amazon SQS extension Messenger Bridge

4612.5M15](/packages/symfony-amazon-sqs-messenger)[magepal/magento2-gmailsmtpapp

Magento 2 SMTP Extension - Configure Magento 2 to send all transactional email using Gmail, G Suite, Amazon SES, Office360, Mailgun, SendGrid, Mandrill or any other SMTP servers

3321.8M2](/packages/magepal-magento2-gmailsmtpapp)[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
