简体   繁体   中英

How can I open a console command for the erlang application of RabbitMQ

我想用虚拟机启动rabbitmqserver,而没有喜欢rabbitmq-server控制台的脚本,有没有这样的命令或方式来启动服务器?

您需要执行以下操作:

export RABBITMQ_ALLOW_INPUT=true ./sbin/rabbitmq-server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM