MVN

io.github.aresxue.boot : ares-boot-starter-mq-related

Maven & Gradle

Jan 05, 2024

消息队列快速使用,可自动从配置中心获取消息队列服务器集群的连接信息,提供工具类发送消息,提供注解方式消费消息,带来更舒适的编程体验, 提供消息发送和消费时的拦截器机制,基于base集成全链路信息(包括tid)跨线程跨线程池跨进程传递的功能 Message queue use quickly, can automatically obtain the connection information of the message queue server cluster from the configuration center, provide tools to send messages, provide annotations to consume messages, and bring more comfortable programming experience. It provides the interceptor mechanism for message sending and consumption, and integrates the function of full-link information (including tid) across threads, across thread pools and across processes based on base

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-mq-related</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aresxue.boot : ares-boot-starter-mq-related to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-starter-mq-related to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-starter-mq-related-1.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-mq-related</artifactId>
    <version>1.0.2</version>
</dependency>