RogerUi

RogerUI provides a UI dashboard for Exq, a job processing library which use RabbitMQ for the Elixir language.

RogerUI allow you to see nodes, partitions and queues with various details levels.

Installation

If available in Hex, the package can be installed by adding roger_ui to your list of dependencies in mix.exs:

def deps do
  [
    {:roger_ui, "~> 0.1.4"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/roger_ui.