Skip to content

hmhuan/rabbitmq-go-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages