- Mastering RabbitMQ
- Emrah Ayanoglu Yusuf Ayta? Dotan Nahum
- 133字
- 2021-07-23 14:52:49
Overall configuration of RabbitMQ
RabbitMQ's configuration is quite important to ensure the performance, high availability, and scalability within the installed operating system. In order to utilize RabbitMQ, we have three configuration ways:
- Environment variables: These are specified in the networking parameters and file locations
- Configuration file: This expresses the server component settings for permissions, limits, plugins, and clusters
- Runtime parameters: These define the cluster settings that would change at run time
Before diving into each configuration type, we should check whether the configuration file exists or not. In Unix-based systems, you can find the configuration file in the following folder:
/etc/rabbitmq/rabbitmq.config
In Windows, you can find the configuration file in the following folder:
C:\Program Files (x86)\RabbitMQ_Server\etc\rabbitmq.config
After checking the configuration file, we are now ready to talk about configuration types one by one.
推薦閱讀
- ThinkPHP 5實戰
- Arduino by Example
- 數據結構(Python語言描述)(第2版)
- Web全棧工程師的自我修養
- Instant RubyMotion App Development
- jQuery開發基礎教程
- Spring Boot Cookbook
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- BIM概論及Revit精講
- Selenium Testing Tools Cookbook(Second Edition)
- Java編程的邏輯
- 計算機應用基礎項目化教程
- SFML Game Development
- AngularJS UI Development
- 微信公眾平臺開發最佳實踐