Modifying RabbitMQ ports - Genetec Mission Control™ 2.11 GA

Genetec Mission Control™ User Guide 2.11 GA

Applies to
Genetec Mission Control™ 2.11 GA
Last updated
2019-06-12
Content type
Guides
Guides > User guides
Language
English
Product
Genetec Mission Control™
Version
2.11

By default, RabbitMQ uses port 5671 for SSL communication, and port 5672 for non-SSL communication. If you want change the default port numbers used by Genetec Mission Control™, you must also change the port in the RabbitMQ.config file.

What you should know

Procedure

  1. Update the RabbitMQ.config file.
    1. On the machine where Genetec Mission Control™ is installed, navigate to Computer\Local Disk (C:)\Program Files (x86)\Genetec\RabbitMQ.
    2. Open the RabbitMQ.config file in a text editor.
    3. To change the SSL port from the default (5671), modify the line: {ssl_listeners, [5671]}.
    4. To change the non-SSL port from the default (5672), modify the line: {tcp_listeners, [5672]}.
    5. Save and close the RabbitMQ.config file.
  2. In the Services tab of the Windows Task Manager, restart the RabbitMQ service.
  3. Update the port in the Incident Manager role to match the port in the RabbitMQ.config file.
    1. From the Config Tool home page, open the System task, and click the Roles view.
    2. Select the Incident Manager role, and click the Properties tab.
    3. Click Show advanced options.
    4. Under the RabbitMQ section, select the server you want to modify and click Edit the item ().
    5. Enter the new port number and click Apply.
    6. If you have modified the ports on more than one RabbitMQ server, and if those servers are listed, then you must also edit the port for those servers.