fix(travis): use aichive link to download rocketmq binary (#312)

1 file changed
tree: cfff8ecca8b25fe3c0b7550f5efbf220f35ed071
  1. .github/
  2. benchmark/
  3. core/
  4. doc/
  5. examples/
  6. .gitignore
  7. .travis.yml
  8. CONTRIBUTING.md
  9. LICENSE
  10. NOTICE
  11. README.md
README.md

RocketMQ Client Go

Build Status License Go Report Card GoDoc CodeCov

( 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
  • sending transaction message
  • consuming message using push model
  • consuming message using pull model(depends cpp core)

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