CombinedMq

A component that integrates rabbitmq、activemq、kafka

License

License

GroupId

GroupId

com.github.combinedmq
ArtifactId

ArtifactId

combinedmq
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

CombinedMq
A component that integrates rabbitmq、activemq、kafka
Project URL

Project URL

https://github.com/combinedmq/combinedmq

Download combinedmq

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq/ -->
<dependency>
    <groupId>com.github.combinedmq</groupId>
    <artifactId>combinedmq</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq/
implementation 'com.github.combinedmq:combinedmq:1.0.0'
// https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq/
implementation ("com.github.combinedmq:combinedmq:1.0.0")
'com.github.combinedmq:combinedmq:jar:1.0.0'
<dependency org="com.github.combinedmq" name="combinedmq" rev="1.0.0">
  <artifact name="combinedmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.combinedmq', module='combinedmq', version='1.0.0')
)
libraryDependencies += "com.github.combinedmq" % "combinedmq" % "1.0.0"
[com.github.combinedmq/combinedmq "1.0.0"]

Dependencies

compile (12)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.projectlombok : lombok jar 1.16.20
org.apache.commons : commons-lang3 jar 3.7
org.apache.commons : commons-pool2 jar 2.6.0
com.google.guava : guava jar 23.0
io.protostuff : protostuff-core jar 1.5.9
io.protostuff : protostuff-runtime jar 1.5.9
org.yaml : snakeyaml jar 1.21
com.rabbitmq : amqp-client jar 5.5.0
org.apache.activemq : activemq-all jar 5.15.4
org.apache.kafka : kafka_2.12 jar 1.1.0
org.apache.kafka : kafka-clients jar 1.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.
com.github.combinedmq

CombinedMq

对rabbitmq、activemq、kafka进行了抽象封装,实现了spring和spring boot的集成

Versions

Version
1.0.0