- 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.
推薦閱讀
- SpringMVC+MyBatis快速開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- Android 9 Development Cookbook(Third Edition)
- Quarkus實(shí)踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- C程序設(shè)計(jì)案例教程
- Python機(jī)器學(xué)習(xí)算法與實(shí)戰(zhàn)
- Symfony2 Essentials
- Unreal Engine 4 Shaders and Effects Cookbook
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Raspberry Pi Robotic Blueprints
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 軟技能2:軟件開發(fā)者職業(yè)生涯指南
- Building Microservices with .NET Core 2.0(Second Edition)
- Prezi Cookbook
- 零基礎(chǔ)學(xué)西門子PLC編程:入門、提高、應(yīng)用、實(shí)例
- Boost.Asio C++ Network Programming Cookbook