How to secure the message broker's communication (Sisense RabbitMQ service)?
Follow the steps mentioned at Securing The Message Broker's Communication .
Also, in the config file from location "C:\ProgramData\Sisense\RabbitMQ\rabbitmq.config", make the following changes:
Also, in the config file from location "C:\ProgramData\Sisense\RabbitMQ\rabbitmq.config", make the following changes:
[
{rabbit, [
{loopback_users, []},
{tcp_listeners, [{"IP of machine", 5672}]}
]},
{rabbitmq_management, [
{listener, [{port, 15672}]}]
}
].