Last Version

Embedded RabbitMQ 1.5.0

A library to facilitate running RabbitMQ directly from a JVM application as if it was an embedded service.

License

License

GroupId

GroupId

io.arivera.oss
ArtifactId

ArtifactId

embedded-rabbitmq
Version

Version

1.5.0
Type

Type

jar
Description

Description

Embedded RabbitMQ
A library to facilitate running RabbitMQ directly from a JVM application as if it was an embedded service.
Project URL

Project URL

http://github.com/AlejandroRivera/embedded-rabbitmq
Source Code Management

Source Code Management

http://github.com/AlejandroRivera/embedded-rabbitmq/tree/master

Download embedded-rabbitmq 1.5.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.apache.commons : commons-compress jar 1.19
org.tukaani : xz jar 1.6
org.zeroturnaround : zt-exec jar 1.9

test (5)

Group / Artifact Type Version
com.rabbitmq : amqp-client jar 4.8.0
ch.qos.logback : logback-classic jar 1.1.3
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.