Configure RabbitMQ Nodes

RabbitMQ nodes must be configured to work with Uptivity.

This task must be performed on any server running RabbitMQ.

  1. Open a command prompt and change to the RabbitMQ sbin directory:

    C:\Program Files\RabbitMQ Server\rabbitmq_server-<version number>\sbin\

  2. Type the following command and then press Enter to enable web-based management of RabbitMQ:

    rabbitmq-plugins.bat enable rabbitmq_management

  3. Type the following command and then press Enter to create a service account for Uptivity. The <username > and <password> you enter will be the username and password for Rabbit (without the angle brackets):

    rabbitmqctl.bat add_user <username> <password>

  4. Type the following command and then press Enter to tag the account as the Uptivity service account:

    rabbitmqctl.bat set_user_tags <username> policymaker

  5. Type the following command and then press Enter to set the RabbitMQ permissions for the account:

    rabbitmqctl.bat set_permissions <username> ".*" ".*" ".*"

  6. Close command prompt.

 

<< Previous Task | Install Open SSL

 

Next Task | Enable Federation >>