RabbitMQ配置文件
简单的rabbitmq配置可无需配置文件,只有需要定制复杂应用时,才需要用到配置文件
rabbitmq-env.conf配置
常用参数:
按 Ctrl+C 复制代码
<textarea style="margin: 0px; padding: 0px; list-style-type: none; list-style-image: none; font: 12px/1.5 "Courier New"; width: 689.011px; height: 150.409px;"></textarea>
按 Ctrl+C 复制代码
rabbitmq.config配置
如果是用rpm包安装,可从默认docs目录复制配置文件样例:
<pre style="margin: 0px; white-space: pre-wrap; overflow-wrap: break-word; padding: 0px; list-style-type: none; list-style-image: none; font-family: "Courier New" !important; font-size: 12px !important;">cp /usr/share/doc/rabbitmq-server-3.5.3/rabbitmq.config.example /etc/rabbitmq.config</pre>
常用配置如下:
按 Ctrl+C 复制代码
<textarea style="margin: 0px; padding: 0px; list-style-type: none; list-style-image: none; font: 12px/1.5 "Courier New"; width: 689.011px; height: 200.809px;"></textarea>
按 Ctrl+C 复制代码
更多参数参考: