JRSMQ

A lightweight message queue for Java that requires no dedicated queue server.

License

License

The New BSD License
GroupId

GroupId

com.oblac
ArtifactId

ArtifactId

jrsmq
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

JRSMQ
A lightweight message queue for Java that requires no dedicated queue server.
Project Organization

Project Organization

Oblac
Source Code Management

Source Code Management

https://github.com/igr/jrsmq

Download jrsmq

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
redis.clients : jedis jar 2.10.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.1
1.2.0