Apache RocketMQ Spring Integration

Clone this repo:
  1. c1dbf87 Exclude rocketmq-rocksdb due to the large size of this package (#647) by rongtong · 6 weeks ago master
  2. bde14a9 Merge pull request #644 from apache/master-20240314 by caigy · 7 weeks ago
  3. 6ea57fa Bump rocketmq.spring.client.version to 5.0.6 by RongtongJin · 7 weeks ago master-20240314
  4. d7c74b3 [ISSUE #637] Upgrade samples version to 2.3.1-SNAPSHOT (#636) by rongtong · 8 weeks ago
  5. 37f25ab [ISSUE #632 ] Fix NPE caused by using @ ExtRocketMQTemplateConfiguration annotation extension to send messages in v5 by lilinjiang · 9 weeks ago

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