RabbitMQ configuration

If required, you can amend the default RabbitMQ credentials.

Enable RabbitMQ management plugin

To create enable the RabbitMQ plugin:

  1. From the Start menu, under the RabbitMQ Server folder, select the RabbitMQ Command Prompt (sbin dir).
  2. In the RabbitMQ Command Prompt window, type the following command:

    rabbitmq-plugins enable rabbitmq_management

Customize RabbitMQ credentials and set permissions

If you do not want to use the default RabbitMQ credentials, you can create a new user with custom credentials, or update the credentials used by the default RabbitMQ user:

  1. Open a browser and navigate to http://localhost:15672/.

    The RabbitMQ Management login screen displays.

  2. Log into RabbitMQ using guest as both the username and password.
  3. Select the Admin tab and click Add user.

    If you do not want to create a new user, you can also change the username and password of the default RabbitMQ user.

  4. Add the username and password for the user.
  5. In the Tags field, enter administrator.
  6. If adding a new user, click Add user.

    Once created, the new user will display in the All users list.

  7. To grant administrator permissions, in the All users list, select the relevant user.

    The Permissions page for the selected user displays.

  8. In the Set permission dialog, ensure the Virtual Host field contains the / character and do not amend the other default parameter settings.
  9. Click Set permission to apply these permissions to the new user.
  10. Run the installers for Decipher Licensing Service and Decipher Server. On the RabbitMQ connection configuration screen enter the RabbitMQ credentials as configured above. For details, see Install Decipher IDP components.
  11. Run the installers for Decipher Web Client, Decipher Automated Clients, and Decipher Server Plugin.
  12. Open Internet Information Services (IIS) Manager and select the Decipher website from the navigation tree.

  13. Under Manage Website in the right-hand pane, click Restart.

  14. Using Windows Services, restart RabbitMQ and all Decipher Services (Decipher Licensing Service, Decipher Server, Decipher Web Client, and Decipher Automated Clients).

  15. Restart your machine.

The RabbitMQ user is now set up and ready for use with Decipher IDP.

Update default credentials for existing installations

If required, you can change the default credentials for existing installations:

  1. From the Windows Start menu, open Settings > Apps, select the Decipher Licensing Service and click Modify. The Decipher Licensing Service Setup dialog displays.

  2. On the Change, repair, or remove installation screen, click Change. Proceed through the wizard. On the RabbitMQ connection configuration screen, enter the new RabbitMQ credentials as configured above.
  3. Uninstall and reinstall Decipher Server. During installation, on the Licensing screen, enter the new RabbitMQ credentials.
  4. Open Internet Information Services (IIS) Manager and select the Decipher website from the navigation tree.

  5. Under Manage Website in the right-hand pane, click Restart.

  6. Using Windows Services, restart RabbitMQ and all Decipher Services (Decipher Licensing Service, Decipher Server, Decipher Web Client, and Decipher Automated Clients).

  7. Restart your machine.

The credentials used for RabbitMQ are now updated and ready for use with Decipher IDP.