talentrydev/message-broker-administration

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

1.1.0 2024-04-18 09:07 UTC

This package is auto-updated.

Last update: 2024-04-18 09:10:50 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