An application to manage dead lettered messages across multiple brokers
queue-triage uses Buck as a build tool. Please refer to the Getting Started Guide for installation and usage of Buck.
To configure the project for IntelliJ run:
buck project
To build and test all the modules run the following commands:
buck fetch //...
buck test //...