rocketmq-client-go
moduleThis package is not in the latest version of its module.
Details
Valid go.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
RocketMQ Client Go
( The alpha version of Apache RocketMQ Go in Pure Go has been released, Welcome have a try!native version )
- The client is using cgo to callrocketmq-client-cpp, which has been proven robust and widely adopted within Alibaba Group by many business units for more than three years.
Features
At present, this SDK supports
- sending message in synchronous mode
- sending message in orderly mode
- sending message in oneway mode
- consuming message using push model
- consuming message using pull model
How to use
- Step-by-step instruction are provided inRocketMQ Go Client Introduction
- ConsultRocketMQ Quick Start to setup rocketmq broker and nameserver.
Apache RocketMQ Community
Contact us
- Mailing Lists:https://rocketmq.apache.org/about/contact/
- Home:https://rocketmq.apache.org
- Docs:https://rocketmq.apache.org/docs/quick-start/
- Issues:https://github.com/apache/rocketmq-client-go/issues
- Ask:https://stackoverflow.com/questions/tagged/rocketmq
- Slack:https://rocketmq-community.slack.com/
How to Contribute
Contributions are warmly welcome! Be it trivial cleanup, major new feature or other suggestion. Read thishow to contribute guide for more details.
License
Apache License, Version 2.0 Copyright (C) Apache Software Foundation