- Mastering RabbitMQ
- Emrah Ayanoglu Yusuf Ayta? Dotan Nahum
- 290字
- 2021-07-23 14:52:48
Starting RabbitMQ
As we can see, the installation part of RabbitMQ is quite easy and starting RabbitMQ is similar to its installation. Some package managers in Linux, Mac OS X, and Windows installer add configuration parameters to operation system's configuration for automatic startup. In such a case, we don't need to run the RabbitMQ command manually; however, if we install RabbitMQ manually, we need to run the RabbitMQ commands manually.
Starting RabbitMQ on Windows
If we use the Windows installer of RabbitMQ, the installer already makes configurations for starting automatically. Therefore, we don't need to run RabbitMQ manually; however, whenever we'd like to control the status of the server, we just need to run following command on the sbin
folder of RabbitMQ:
rabbitmqctl status

Status of RabbitMQ in Windows
You may have installed RabbitMQ manually on your Windows and you might wonder how you can run the RabbitMQ server. You should run the following command to start RabbitMQ (you have to run this command with an administrative user). Moreover, you can install the RabbitMQ server as a Windows service:
rabbitmq-server
Other OSes (Linux, Mac OS X)
There's isn't much difference in running RabbitMQ on Windows and other operating systems. If we have RabbitMQ already installed using package managers, such as apt-get
, yum
, and so on, we don't need to run the RabbitMQ manually because RabbitMQ has already started automatically. So, we'd like to check the status of the RabbitMQ using the following command:
sudo rabbitmqctl status

Status of RabbitMQ in Unix
After controlling the RabbitMQ status, if we get a message that says that RabbitMQ isn't running, then we should run RabbitMQ using the following command on the sbin
folder of RabbitMQ installation folder:
rabbitmq-server

Starting of RabbitMQ in Unix
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- iOS 9 Game Development Essentials
- Python高級機器學習
- 老“碼”識途
- Visual Basic程序設計與應用實踐教程
- Android底層接口與驅動開發技術詳解
- Symfony2 Essentials
- Deep Learning with R Cookbook
- 一步一步跟我學Scratch3.0案例
- Raspberry Pi Blueprints
- Mastering ArcGIS Server Development with JavaScript
- C/C++程序設計教程
- Getting Started with Backbone Marionette
- R語言編程基礎
- jQuery權威指南