a

ares-boot-starter-mq-related

消息队列快速使用,可自动从配置中心获取消息队列服务器集群的连接信息,提供工具类发送消息,提供注解方式消费消息,带来更舒适的编程体验, 提供消息发送和消费时的拦截器机制,基于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
Apache License, Version 2.0
文件下载
文件名 操作
ares-boot-starter-mq-related-1.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.aresxue.boot</groupId>
  <artifactId>ares-boot-starter-mq-related</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.aresxue.boot:ares-boot-starter-mq-related:1.0.2'
Gradle Kotlin
implementation("io.github.aresxue.boot:ares-boot-starter-mq-related:1.0.2")
Scala SBT
libraryDependencies += "io.github.aresxue.boot" % "ares-boot-starter-mq-related" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.aresxue.boot', module='ares-boot-starter-mq-related', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.aresxue.boot" name="ares-boot-starter-mq-related" rev="1.0.2" />
Leiningen
[io.github.aresxue.boot/ares-boot-starter-mq-related "1.0.2"]
Apache Buildr
'io.github.aresxue.boot:ares-boot-starter-mq-related:jar:1.0.2'