0

I would like to start the rabbitmqserver with the virtual machine and no the scripts something likke rabbitmq-server console, is there any such command or way to start the server?

user1000622
  • 519
  • 1
  • 7
  • 18

1 Answers1

0

You need to do something like this:

export RABBITMQ_ALLOW_INPUT=true ./sbin/rabbitmq-server

old_sound
  • 2,243
  • 1
  • 13
  • 16