# rocketmq-examples **Repository Path**: TateLu/rocketmq-examples ## Basic Information - **Project Name**: rocketmq-examples - **Description**: rocketmq expamples with spring refer from https://github.com/apache/rocketmq-spring/tree/master/rocketmq-spring-boot-samples - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-26 - **Last Updated**: 2022-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ## 介绍 rocketmq expamples with spring refer from https://github.com/apache/rocketmq-spring/tree/master/rocketmq-spring-boot-samples ## 特征 - [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 concurrently mode (broadcasting/clustering) 发送广播/集群消息 - [x] Consume ordered messages 顺序发送 - [x] Filter messages using the tag or sql92 expression 使用标签 或 sql语句 过滤消息 - [x] Support message tracing 消息追踪 - [x] Support authentication and authorization 支持认证和授权 - [x] Support request-reply message exchange pattern - [x] Consume messages with push/pull mode 支持 推消息/拉消息 模式 ## 环境要求 - JDK 1.8 and above - [Maven](http://maven.apache.org/) 3.0 and above - Spring Boot 2.0 and above ## 使用方法 导入idea即可使用 ## 参考链接 Please see the [rocketmq-spring-boot-samples](https://github.com/apache/rocketmq-spring/tree/master/rocketmq-spring-boot-samples).