U1.15 Ubuntu Quick Start (QS): RabbitMq config files - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Articles

Recommended by RabbitMq

  • Step 1: first determine the location of the log file
    • run the command
sudo rabbitmq-diagnostics status
Click to show the picture

picture

  • Step 2: Open log file
    • in our case we run the command
sudo nano /var/log/rabbitmq/[email protected]
  • Here is a result
Click to show the picture

picture

If the config file hasn't been created yet

sudo printenv RABBITMQ_HOME
  • For Ubunut ** RABBITMQ_HOME ** is undefined and we have two default file locations:
sudo nano /etc/rabbitmq/rabbitmq.conf
sudo nano /etc/rabbitmq/advanced.config

Sample config files:

Note

rabbitmq.conf and advanced.config changes take effect after a node restart.

sudo rabbitmqctl stop_app
sudo rabbitmqctl start_app

Current settings

  • Run the command
sudo rabbitmq-diagnostics environment
⚠️ **GitHub.com Fallback** ⚠️