Description

Code from Hussein Nasser's RabbitMQ Crash Course

What to do here

  1. Run docker run --name rabbitmq -p 5672:5672 rabbitmq
  2. Run npm run publish
  3. Messages will be sent to the queue
  4. Run npm run consume
  5. All messages in the queue will be received and acknowledged. If messages are not acknowledged they remain in the queue.