RabbitMQ Manager

RabbitMQ Manager is a small component to easily send a json message to a RabbitMQ by a Thread

License

License

GroupId

GroupId

com.github.ffcfalcos
ArtifactId

ArtifactId

rabbitmq
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

RabbitMQ Manager
RabbitMQ Manager is a small component to easily send a json message to a RabbitMQ by a Thread

Download rabbitmq

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.googlecode.json-simple : json-simple jar 1.1
com.rabbitmq : amqp-client jar 5.7.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0