talentrydev/message-broker-administration

PHP library for administrating dead letter queues (add-on to talentrydev/message-broker)

Maintainers

Package info

gitlab.com/talentrydev/message-broker-administration

Issues

pkg:composer/talentrydev/message-broker-administration

Statistics

Installs: 1 720

Dependents: 1

Suggesters: 0

Stars: 0

3.0.0 2025-09-30 09:26 UTC

This package is auto-updated.

Last update: 2026-03-01 00:44:17 UTC


README

This library functions as an add-on to talentrydev/message-broker library. It deals with "administrative" tasks, such as viewing the contents of the dead letter queue, replaying or deleting messages from DLQ and sending a summary of the DLQ via slack. This functionality was removed from the talentrydev/message-broker library in order to keep it lean.

Given the complexity of the class hierarchy, it's recommended to use the symfony bundle instead of using this library directly.

Development

  • Run make up to spin up docker containers
  • Run make deps to install composer dependencies
  • Run make tests to run PHPUnit tests