gomq:通过go实现消息队列

时间:2024-04-27 10:11:09
【文件属性】:

文件名称:gomq:通过go实现消息队列

文件大小:3.19MB

文件格式:ZIP

更新时间:2024-04-27 10:11:09

go message-queue Go

Go-MQ 通过golang实现示例消息队列。 :grinning_face_with_smiling_eyes: :sun: :sun: :sun: 快速开始 make dockerPrepare docker-compose up -d 命令行 发布消息是这样的: docker exec -it gomq gomqctl --topic A --connect 127.0.0.1:9000 pub hello wrold everyone 并通过以下方式订阅主题: docker exec -it gomq gomqctl --topic A --connect 127.0.0.1:9000 sub HTTP 另外,使用http是一种更简单的方法(例如): curl http://localhost:8000/messages?topic=A


网友评论