tree: 5d3e3c81dbb4a8f288b02b7d2e8b2b91cc22b755 [path history] [tgz]
  1. .github/
  2. benchmark/
  3. core/
  4. demos/
  5. doc/
  6. examples/
  7. .gitignore
  8. .travis.yml
  9. changelog
  10. CONTRIBUTING.md
  11. LICENSE
  12. NOTICE
  13. PULL_REQUEST_TEMPLATE.md
  14. README.md
README.md

RocketMQ Client Go Build Status License

( 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 call rocketmq-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


Apache RocketMQ Community


Contact us


How to Contribute

Contributions are warmly welcome! Be it trivial cleanup, major new feature or other suggestion. Read this how to contribute guide for more details.


License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation