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
- Aliyun MNS
- Rocket MQ
- Rabbit MQ
- HTTP API
- Utility
- Export Markdown documents.
go run main.go docs
- Export Postman collection file.
go run main.go docs -a postman
- Use docker container
- Export Markdown documents.