Update README.md
1 file changed
tree: 9b4bb6a1864ae6e28806cd4650c22ebe2d2fe5f1
  1. ons-core/
  2. ons-sample/
  3. style/
  4. .gitignore
  5. .gitmodules
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
README.md

Overview

Apache RocketMQ ONS is a RocketMQ lightweight client.
As a high-level client, ONS is more simple and easy to use than native clients. It shields the underlying implementation details and provides a better abstraction. It also removes admin interfaces used for resource management. Therefore, for most RocketMQ users, ONS can be used to access the RocketMQ service faster, and the code is more concise and secure.


Feature

  • Produce messages, including normal, transactional, delayed messages, in synchronously, asynchronously and oneway model.
  • Consume messages, in cluster or broadcast model, concurrently and orderly with push consumer
  • Automatically rebalanced, both in producing and consuming process.
  • Reliability, any downtime broker or name server has no impact on the client.

Contributing

We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see here.


License

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