Skip to content
/ gmd Public

Golang Message Queue manager. Publish and deliver

License

Notifications You must be signed in to change notification settings

fuyibing/gmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMD

Any application can publish messages as a producer, Any application can be used as consumer consumption message. GMD maintains the subscription relationship of MQ, When there is a message in the queue, GMD will deliver the message to the subscribers of any application.

cd your_empty_path && \
git clone https://github.com/fuyibing/gmd.git . && \
go mod tidy && \
go build -o gmd && \
./gmd start

Work flow


Supports

  1. Aliyun MNS
  2. Rocket MQ
  3. Rabbit MQ

Guide

  1. HTTP API
  2. Utility
    1. Export Markdown documents. go run main.go docs
    2. Export Postman collection file. go run main.go docs -a postman
    3. Use docker container

About

Golang Message Queue manager. Publish and deliver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages