Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 500 Bytes

rabbitmq-go-demo

How to demo

  • go run main.go to start the producer
  • go run consumer/consumer.go to start consumer
  • enter any words for example: > Hello from the other side
  • consumer will consume this message and expose the message.

Have fun!!

Tutorial

  • hello-word: demo simple hello world with rabbitmq

    • go run hello-word/receive.go
    • go run hello-word/send.go
  • work-queue: demo work queue with rabbitmq

Reference: