stompjms-activemq-test

Tests the stompjms client against ActiveMQ

License

License

GroupId

GroupId

org.fusesource.stompjms
ArtifactId

ArtifactId

stompjms-activemq-test
Last Version

Last Version

1.19
Release Date

Release Date

Type

Type

jar
Description

Description

stompjms-activemq-test
Tests the stompjms client against ActiveMQ
Project Organization

Project Organization

FuseSource, Corp.
Source Code Management

Source Code Management

http://github.com/fusesource/stompjms/tree/master/stompjms-activemq-test

Download stompjms-activemq-test

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.thoughtworks.xstream : xstream jar 1.4.4

test (7)

Group / Artifact Type Version
org.fusesource.stompjms : stompjms-client jar 1.19
org.apache.geronimo.specs : geronimo-jms_1.1_spec jar 1.1
org.apache.activemq : apollo-selector jar 1.6
org.apache.activemq : activemq-broker jar 5.9.0
org.apache.activemq : activemq-stomp jar 5.9.0
junit : junit jar 4.7
org.slf4j : slf4j-log4j12 jar 1.6.1

Project Modules

There are no modules declared in this project.

Overview

Stomp is the Simple (or Streaming) Text Orientated Messaging Protocol and JMS is the Java Message Service (JMS) API which is a Java API for sending messages between two or more clients. The STOMP-JMS project provides applications a JMS client interface to the STOMP wire protocol.

Reference

org.fusesource.stompjms

FuseSource

Versions

Version
1.19
1.18
1.17
1.16
1.15
1.14