Configure RabbitMQ Nodes
RabbitMQ nodes must be configured to work with Uptivity.
This task must be performed on any server running RabbitMQ.
- Open a command prompt and change to the RabbitMQ sbin directory:
C:\Program Files\RabbitMQ Server\rabbitmq_server-<version number>\sbin\
- Type the following command and then press Enter to enable web-based management of RabbitMQ:
rabbitmq-plugins.bat enable rabbitmq_management
- 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>
- Type the following command and then press Enter to tag the account as the Uptivity service account:
rabbitmqctl.bat set_user_tags <username> policymaker
- Type the following command and then press Enter to set the RabbitMQ permissions for the account:
rabbitmqctl.bat set_permissions <username> ".*" ".*" ".*"
- Close command prompt.
<< Previous Task | Install Open SSL
|
Next Task | Enable Federation >>
|