Exclude rocketmq-rocksdb due to the large size of this package (#647)

1 file changed
tree: efd433db467ca014c04a7c04cbc35aed55ddfaae
  1. .github/
  2. rocketmq-spring-boot/
  3. rocketmq-spring-boot-parent/
  4. rocketmq-spring-boot-samples/
  5. rocketmq-spring-boot-starter/
  6. rocketmq-v5-client-spring-boot/
  7. rocketmq-v5-client-spring-boot-parent/
  8. rocketmq-v5-client-spring-boot-samples/
  9. rocketmq-v5-client-spring-boot-starter/
  10. style/
  11. .asf.yaml
  12. .gitignore
  13. .licenserc.yaml
  14. LICENSE
  15. NOTICE
  16. pom.xml
  17. README.md
README.md

RocketMQ-Spring

Build Status Coverage Status Maven Central GitHub release License Average time to resolve an issue Percentage of issues still open

This project aims to help developers quickly integrate RocketMQ with Spring Boot.

Features

  • [x] Send messages synchronously
  • [x] Send messages asynchronously
  • [x] Send messages in one-way mode
  • [x] Send ordered messages
  • [x] Send batched messages
  • [x] Send transactional messages
  • [x] Send scheduled messages with delay level
  • [x] Consume messages with concurrent mode (broadcasting/clustering)
  • [x] Consume ordered messages
  • [x] Filter messages using the tag or sql92 expression
  • [x] Support message tracing
  • [x] Support authentication and authorization
  • [x] Support request-reply message exchange pattern
  • [x] Consume messages with push/pull mode

Prerequisites

  • JDK 1.8 and above
  • Maven 3.0 and above
  • Spring Boot 2.0 and above

Usage

Add a dependency using maven:

<!--add dependency in pom.xml-->
<dependency>
    <groupId>org.apache.rocketmq</groupId>
    <artifactId>rocketmq-spring-boot-starter</artifactId>
    <version>${RELEASE.VERSION}</version>
</dependency>

Samples

Please see the rocketmq-spring-boot-samples.

User Guide

Please see the wiki page.

Contributing

We are always very happy to have contributions, whether for trivial cleanups or big new features. Please see the RocketMQ main website to read the details.

License

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