By default, RabbitMQ uses port 5671 for SSL communication, and port 5672 for non-SSL communication. If you change the default port numbers used by Sipelia™, you must also change the port in the Message broker settings.
What you should know
Procedure
-
Update the RabbitMQ.config file.
- On the machine where Sipelia™ Server is installed, open File Explorer, and navigate to Computer\Local Disk (C:)\Program Files (x86)\Genetec\RabbitMQ.
- Open the RabbitMQ.config file in a text editor.
- To change the SSL port from the default (5671), modify the line: {ssl_listeners, [5671]}.
- To change the non-SSL port from the default (5672), modify the line: {tcp_listeners, [5672]}.
- Save and closed the RabbitMQ.config file.
- In the Services tab of the Windows Task Manager, restart the RabbitMQ service.
-
Update the Message broker port in the Sipelia™ plugin to match the port in the
RabbitMQ.config file.