tree: 72ed2d77fe8c8f3a289b761bf691a1f67a7bb432 [path history] [tgz]
  1. benchmark/
  2. core/
  3. doc/
  4. examples/
  5. .gitignore
  6. changelog
  7. CONTRIBUTING.md
  8. LICENSE
  9. NOTICE
  10. README.md
README.md

RocketMQ Client Go License

  • 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