PHPackages                             furan/module-queue-config-status - 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. furan/module-queue-config-status

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

furan/module-queue-config-status
================================

Magento 2 Queue config status check

v1.0.0(6mo ago)701MITPHPPHP ^8.0

Since Nov 1Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/furan917/Magento2-QueueConfigStatus)[ Packagist](https://packagist.org/packages/furan/module-queue-config-status)[ RSS](/packages/furan-module-queue-config-status/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Furan\_QueueConfigStatus
========================

[](#furan_queueconfigstatus)

A Magento 2 module that provides a command to check if your queue configuration is out of sync with the database.

Overview
--------

[](#overview)

This module adds a `queue:config:status` command that validates whether your queue topology configuration matches what's registered in the database. It helps you determine if you need to run `setup:upgrade` after modifying queue configuration files.

Why Use This?
-------------

[](#why-use-this)

When you modify `queue_topology.xml` or `queue_consumer.xml` files in your modules, those changes don't take effect until you run `setup:upgrade`. This command lets you quickly check if your queue configuration is up to date without running the full upgrade process.

Usage
-----

[](#usage)

Check queue configuration status:

```
bin/magento queue:config:status
```

**Possible outputs:**

- `Queue Consumer files are up to date.` - No action needed
- `Queue consumer files have changed. Run setup:upgrade command to synchronize queue consumer config.` - You need to run `setup:upgrade`, exit code 2

Requirements
------------

[](#requirements)

- PHP 8.0+

How It Works
------------

[](#how-it-works)

The command compares:

1. Queue names defined in your `queue_topology.xml` files across all modules
2. Queue names registered in the `queue` database table

If there are queues in your configuration that don't exist in the database, `setup:upgrade` is required.

Notes
-----

[](#notes)

- This command reads configuration directly from XML files to bypass cache
- Database may contain legacy queue entries from removed modules - this is expected and not flagged as an issue
- Only detects missing queues, not configuration changes to existing queues

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance66

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2bc9c9b137efd6484a9d949c5263a830d19741d00f334aab3e858c7cf6f1cc8?d=identicon)[furan917](/maintainers/furan917)

---

Top Contributors

[![furan917](https://avatars.githubusercontent.com/u/15950274?v=4)](https://github.com/furan917 "furan917 (3 commits)")

---

Tags

checkqueuestatusmagento2messagequeue

### Embed Badge

![Health badge](/badges/furan-module-queue-config-status/health.svg)

```
[![Health](https://phpackages.com/badges/furan-module-queue-config-status/health.svg)](https://phpackages.com/packages/furan-module-queue-config-status)
```

###  Alternatives

[php-amqplib/php-amqplib

Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.

4.6k125.3M879](/packages/php-amqplib-php-amqplib)[ramsey/collection

A PHP library for representing and manipulating collections.

1.2k486.0M69](/packages/ramsey-collection)[queue-interop/queue-interop

Promoting the interoperability of MQs objects. Based on Java JMS

48030.5M87](/packages/queue-interop-queue-interop)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[phootwork/collection

The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.

3924.8M15](/packages/phootwork-collection)[apinstein/jqjobs

Async job manager for PHP.

3220.2k](/packages/apinstein-jqjobs)

PHPackages © 2026

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