Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Adding Contents Table

Table of Contents

Accessing RabbitMQ

Web Based Management UI

The easiest way to configure RabbitMQ is via the web based ManagementUI. Although useful for ad hoc monitoring and administration, this tool is not suitable for repeatable configuration in a DevOps environment. The Management UI requires the RabbitMQ 'Management Plugin'. Not every RabbitMQ deployment will have the 'Management Plugin' installed.

...

  • Vhosts ( they are not hierarchical )
  • Users - each user can be associated with
    • a password (optional)
    • a list of  Management UI tags - these tags limit what a user can do when logged into Management UI console.
    • three regexp patterns one each for read / write / configure
    • topic permissions (required for MQTT/ STOMP? - not required for TIS)

RabbitMQ ResourcesImage Modified

Using rabbitmqadmin Command Line Tool to configure RabbitMQ

...