- 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.
推薦閱讀
- Getting Started with React
- Learning RabbitMQ
- 樂學Web編程:網站制作不神秘
- AngularJS Web Application Development Blueprints
- INSTANT Sencha Touch
- 網店設計看這本就夠了
- Kinect for Windows SDK Programming Guide
- KnockoutJS Starter
- 深入理解Android:Wi-Fi、NFC和GPS卷
- NGINX Cookbook
- Linux Shell核心編程指南
- Anaconda數據科學實戰
- Applied Deep Learning with Python
- INSTANT LESS CSS Preprocessor How-to
- 企業級Java現代化:寫給開發者的云原生簡明指南