RabbitMQ is one click deployment, efficient installation of RabbitMQ graphic details, followed by a detailed FAQ on the use of RabbitMQ. This intuitive approach often solves some puzzles quickly and efficiently.

Other issues are also welcome for common discussion and progress.

Can’t access RabbitMQ with IP address open in browser (blank screen with no result)?

Port 15672 of the security group corresponding to your server is not enabled (inbound rules), so the browser cannot access any content of the server.

How do I start the RabbitMQ service in debug mode?

systemctl stop rabbitmq-server
rabbitmq-server console
Copy the code

Can I change the RabbitMQ background password using the CLI?

Yes, rabbitmqctl change_password admin newpassword

Can RabbitMQ be deployed if there is no domain name?

Yes, visit http://public IP address of the server.

Can I change the RabbitMQ source path?

Can’t.

What is the difference between deployment and installation?

Deployment is a process in which a sequence of software is installed and configured on a server in different order. Installation is the process of copying a single piece of software to the server and starting the installation wizard to complete the initial configuration. Installation is easier than deployment.

How do I view the error log?

The log file path is /data/logs. Retrieve the keyword Failed or error to view errors.

The RabbitMQ service cannot start?

  1. Run in debug mode

    rabbitmq-server console
    Copy the code

    To view startup status and errors

    rabbitmq-server console
    Copy the code
  2. Open the log file /data/logs/ Rabbitmq-server, search for failed keywords, and analyze the cause of the error

Error after changing password in Chrome?

This is not a server-side problem, just update the browser.

This article is originally published by Websoft9.