Tag: rabbitmq

  • RabbitMQ start with FreeBSD

    1. Install erlang from ports2. grab latest binary tar.gz package from their website download session (file name should be something like rabbitmq-server-generic-unix-X.Y.Z.tar.gz) – unpack it somewhere3. start server from the directory where you unpack it sbin/rabbitmq-server4. when you need to stop it run sbin/rabbitmqctl stop It is also possible to compile it directly from source,…