Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 491 Bytes

EsnServiceBus

Service Bus and Service Registry implementation based on RabbitMQ

Prerequisites

  1. Install Erlang/OTP 18.0
  2. Install RabbitMQ Server
  3. Enable Management Plugin ./rabbitmq-plugins.bat enable rabbitmq_management
  4. Restart service
  5. Open web manager http://localhost:15672 using user/pass guest
  6. Connect from code URI amqp://guest:guest@localhost:5672/%2f?heartbeat=60