talentrydev/message-broker-administration

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

2.0.0 2024-06-14 14:36 UTC

This package is auto-updated.

Last update: 2024-12-14 15:52:42 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