zjc-rabbit

homemade rabbitMQ framework

License

License

MIT License
GroupId

GroupId

com.github.jzhi001
ArtifactId

ArtifactId

zjc-rabbit
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

zjc-rabbit
homemade rabbitMQ framework

Download zjc-rabbit

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.50
com.rabbitmq : amqp-client jar 5.0.0
com.fasterxml.jackson.core : jackson-databind jar 2.9.5
com.fasterxml.jackson.core : jackson-annotations jar 2.9.5
org.apache.logging.log4j : log4j-core jar 2.9.1
org.apache.logging.log4j : log4j-api jar 2.9.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.9.1
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

zjc-rabbit

Light Weight RabbitMQ framework for JSON messages

TODO:

  1. refactor RabbitCli structure, more functions should be reused
  2. Json message transformation
    1. List
    2. Map
    3. Generic Class
    4. POJO
  3. type expression, currently generation and parsing is done by regex
  4. use Class or Closure

Versions

Version
1.1.1
1.1