Saturday, March 31, 2012

RabbitMQ

Alright, its time to dive into RabbitMQ and see if it can pull its weight. 

  1. Created a Server2008 VM
  2. Installed Erlang and RabbitMQ
  3. Install Management Plugin (comes with RabbitMQ just not enabled)
    1. Enabled Management Plugin
      1. image
    2. Restarted the Service
      1. Supposed to do this
        1. image
      2. be sure to call rabbitmq-service.bat and not rabbitmq-server.bat
    3. Get an answer at http://localhost:55672/mgmt/ but what user… standard installation includes a user: guest with password: guest

No comments:

Post a Comment