项目作者: DarkPhoenixs

项目描述 :
✨消息队列客户端框架(Kafka&ActiveMQ&RocketMQ)
高级语言: Java
项目地址: git://github.com/DarkPhoenixs/message-queue-client-framework.git
创建时间: 2015-08-07T02:21:00Z
项目社区:https://github.com/DarkPhoenixs/message-queue-client-framework

开源协议:Apache License 2.0

下载


Message Queue Client Framework

Organization
Build Status
Codecov
Maven Central
Javadoc
GitHub release
License

This is a message queue client framework with Apache Kafka & Apache ActiveMQ & Apache RocketMQ

Documentation

The documentation is available at Wiki.

Download

Maven

  1. <dependency>
  2. <groupId>org.darkphoenixs</groupId>
  3. <artifactId>messagequeue-framework</artifactId>
  4. <version>x.x.x</version>
  5. </dependency>

Gradle

  1. compile 'org.darkphoenixs:messagequeue-framework:x.x.x'

SBT

  1. libraryDependencies += "org.darkphoenixs" % "messagequeue-framework" % "x.x.x"

License

  1. Copyright 2015-2020 Dark Phoenix's (Open-Source Organization).
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.