rocketmq-clients

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ

APACHE-2.0 License

Downloads
235
Stars
314
Committers
50

Bot releases are hidden (Show)

rocketmq-clients - python-0.1.0 Latest Release

Published by yuz10 about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/apache/rocketmq-clients/compare/java-5.0.7...python-0.1.0

rocketmq-clients - java-5.0.7

Published by lizhimins 3 months ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/java-5.0.6...java-5.0.7

rocketmq-clients - Release RocketMQ Client Java 5.0.6

Published by drpmma 8 months ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/java-5.0.5...java-5.0.6

rocketmq-clients - nodejs-1.0.0

Published by francisoliverlee 9 months ago

rocketmq-clients - golang/v5.1.0-rc.1

Published by RongtongJin 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/apache/rocketmq-clients/compare/v5.0.1-rc1-golang...golang/v5.1.0-rc.1

rocketmq-clients - rust-5.0.0

Published by lizhanhui about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/apache/rocketmq-clients/compare/rust-5.0.0-rc1...rust-5.0.0

rocketmq-clients - rust-5.0.0-rc1

Published by lizhanhui about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/apache/rocketmq-clients/compare/java-5.0.5...rust-5.0.0-rc1

rocketmq-clients - Release RocketMQ Client .NET 5.1.1-rc1

Published by aaron-ai over 1 year ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/csharp-5.1.0...csharp-5.1.1-rc1

rocketmq-clients - Release RocketMQ Client Java 5.0.5

Published by aaron-ai over 1 year ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/java-5.0.4...java-5.0.5

rocketmq-clients - Release RocketMQ Client .NET 5.1.0

Published by aaron-ai over 1 year ago

Here are the key highlights of this release:

  • Package Release: The RocketMQ .NET client package is now available on the NuGet Gallery for easy installation and updates.
  • Java Client Alignment: The .NET client now has interface alignment with the Java client implementation.
  • Transactional Messaging Support: The client now supports transactional messaging to ensure data consistency in distributed systems.
  • .NET Core 3.1 Support: The client now supports .NET Core 3.1 for better performance and compatibility.
  • Improved CI Pipeline: The release comes with an enhanced continuous integration pipeline that enables faster and more efficient testing and deployment.
  • Logging Configuration with Environment Variables: The client now supports the use of environment variables to configure logging-related settings for greater flexibility.
  • Bug Fixes: We have fixed several bugs to improve the stability and reliability of the client.
rocketmq-clients - Release RocketMQ Client .NET 5.1.0-rc1

Published by aaron-ai over 1 year ago

Here are the key highlights of this release:

  • Package Release: The RocketMQ .NET client package is now available on the NuGet Gallery for easy installation and updates.
  • Java Client Alignment: The .NET client now has interface alignment with the Java client implementation.
  • Transactional Messaging Support: The client now supports transactional messaging to ensure data consistency in distributed systems.
  • .NET Core 3.1 Support: The client now supports .NET Core 3.1 for better performance and compatibility.
  • Improved CI Pipeline: The release comes with an enhanced continuous integration pipeline that enables faster and more efficient testing and deployment.
  • Logging Configuration with Environment Variables: The client now supports the use of environment variables to configure logging-related settings for greater flexibility.
  • Bug Fixes: We have fixed several bugs to improve the stability and reliability of the client.
rocketmq-clients - Release RocketMQ Client Golang 5.0.1-rc1

Published by aaron-ai almost 2 years ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/rocketmq-client-golang-5.0.0...v5.0.1-rc1-golang

rocketmq-clients - Release RocketMQ Client Java 5.0.4

Published by aaron-ai almost 2 years ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/java-5.0.3...java-5.0.4

rocketmq-clients - Release RocketMQ Client Java 5.0.3

Published by aaron-ai almost 2 years ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/java-5.0.2...java-5.0.3

rocketmq-clients - Release RocketMQ Client Java 5.0.2

Published by aaron-ai about 2 years ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/rocketmq-client-csharp-5.0.0...java-5.0.2

rocketmq-clients - Release RocketMQ Client C# 5.0.0

Published by lizhanhui about 2 years ago

What's Changed

  • Implement Producer to send standard/FIFO/timed/transactional messages;
  • Implement SimpleCosnumer to retrieve/acknowledge/negative-acknowledge messages;
  • Instrument to collect and report metrics through OpenTelemetry;
rocketmq-clients - Release RocketMQ Client Golang 5.0.0

Published by lizhanhui about 2 years ago

What's Changed

  • Implement Producer to send standard/FIFO/timed/transactional messages;
  • Implement SimpleCosnumer to retrieve/acknowledge/negative-acknowledge messages;
  • Instrument to collect and report metrics through OpenTelemetry;
rocketmq-clients - Java-5.0.1

Published by aaron-ai about 2 years ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-clients/compare/rocketmq-client-java-5.0.0...rocketmq-client-java-5.0.1

rocketmq-clients - CPP-5.0.0

Published by lizhanhui about 2 years ago

Release of RocketMQ C++ Client SDK 5.0.0

rocketmq-clients - CPP-5.0.0-rc1

Published by lizhanhui about 2 years ago

  1. Publish standard messages;
  2. Publish FIFO messages;
  3. Publish timed messages;
  4. Publish transactional messages;
  5. Message-listener-based PushConsumer for concurrent use case;
  6. Message-listener-based PushConsumer for FIFO groups/messages;
  7. SimpleConsumer, providing maximum flexibility of message consumption
    based on raw API;
  8. Custom retry policy when throttled;
  9. Modern observability complying with OpenCensus/OpenTelemetry;