stompjms-activemq-test

Tests the stompjms client against ActiveMQ

Лицензия

Лицензия

Группа

Группа

org.fusesource.stompjms
Идентификатор

Идентификатор

stompjms-activemq-test
Последняя версия

Последняя версия

1.19
Дата

Дата

Тип

Тип

jar
Описание

Описание

stompjms-activemq-test
Tests the stompjms client against ActiveMQ
Организация-разработчик

Организация-разработчик

FuseSource, Corp.
Система контроля версий

Система контроля версий

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

Скачать stompjms-activemq-test

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.thoughtworks.xstream : xstream jar 1.4.4

test (7)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.19
1.18
1.17
1.16
1.15
1.14