Apache RocketMQ go client

Clone this repo:
  1. 2a8172b DomainWithUnit support existed query parameters (#1061) by WeizhongTu · 2 weeks ago master
  2. 8c4e388 change ConsumeGoroutineNums max value allowed (#1049) by WeizhongTu · 3 weeks ago
  3. 1d86ea6 support RequestCode GET_CONSUMER_STATUS_FROM_CLIENT (#985) by Kay Du · 4 weeks ago
  4. 8ea107c [ISSUE #1018] Fix unintended shutdown of shared rmqClient by Gordon Wang · 5 weeks ago
  5. 1c6598f fix wrong add for set when tags are set (#1001) by cserwen · 5 weeks ago

RocketMQ Client Go

Build Status License Code Scanning Tests CodeCov Go Report Card GoDoc GitHub release Average time to resolve an issue Percentage of issues still open Twitter Follow

A product ready RocketMQ Client in pure go, which supports almost the full features of Apache RocketMQ, such as pub and sub messages, ACL, tracing and so on.


Due Diligence

Here, we sincerely invite you to take a minute to feedback on your usage scenario.


Features

For 2.X version, it supports:

  • sending message in synchronous mode
  • sending message in asynchronous mode
  • sending message in oneway mode
  • sending message in batch mode
  • sending orderly messages
  • sending delay messages
  • sending transaction messages
  • consuming message using push model
  • consuming message using pull model
  • consuming message using broadcast model
  • message tracing for pub and sub messages
  • ACL for producers and consumers
  • request-reply 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