dropwizard-activemq

Use it when you need to send and receive JSON via ActiveMQ in your Dropwizard application

License

License

ASF v2 License
Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.kjetland.dropwizard
ArtifactId

ArtifactId

dropwizard-activemq
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

dropwizard-activemq
Use it when you need to send and receive JSON via ActiveMQ in your Dropwizard application
Project URL

Project URL

https://github.com/mbknor/dropwizard-activemq-bundle
Source Code Management

Source Code Management

http://github.com/mbknor/dropwizard-activemq-bundle

Download dropwizard-activemq

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.activemq : activemq-client jar 5.14.1
org.apache.activemq : activemq-jms-pool jar 5.14.1

provided (1)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 1.0.2

test (3)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.11
org.apache.activemq : activemq-all jar 5.14.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.2
0.5.1
0.5.0
0.4.0