ActiveMQ JUnit Utilities

A library of JUnit assertions and resources to assist in testing with ActiveMQ clients and brokers.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.hqstevenson.junit
ArtifactId

ArtifactId

activemq-junit
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

ActiveMQ JUnit Utilities
A library of JUnit assertions and resources to assist in testing with ActiveMQ clients and brokers.
Project URL

Project URL

https://github.com/hqstevenson/activemq-junit
Source Code Management

Source Code Management

https://github.com/hqstevenson/activemq-junit/tree/master

Download activemq-junit

How to add to project

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

Dependencies

provided (7)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.activemq : activemq-client jar 5.14.4
org.apache.activemq : activemq-broker jar 5.14.4
org.apache.activemq : activemq-pool jar 5.14.4
org.apache.activemq : activemq-spring jar 5.14.4
org.springframework : spring-context jar 4.1.9.RELEASE
org.slf4j : slf4j-api jar 1.7.21

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.21

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0