talentrydev/message-broker-administration

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

Installs: 1 388

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/talentrydev/message-broker-administration

3.0.0 2025-09-30 09:26 UTC

This package is auto-updated.

Last update: 2025-09-30 07:29:31 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