RabbitMQ simple most pub/sub configurtion

Usage:

  1. spin up rabbitmq docker container and modify the connection string in pub/sub code files
  2. Open up two terminal windows
  3. In one terminal window type npm run publisher <message>
  4. In second terminal window type npm run consumer