stompjms-project

STOMP-JMS is a JMS implementation using STOMP as the wire protocol

License

License

GroupId

GroupId

org.fusesource.stompjms
ArtifactId

ArtifactId

stompjms-project
Last Version

Last Version

1.19
Release Date

Release Date

Type

Type

pom
Description

Description

stompjms-project
STOMP-JMS is a JMS implementation using STOMP as the wire protocol
Project Organization

Project Organization

FuseSource, Corp.
Source Code Management

Source Code Management

http://github.com/fusesource/stompjms/tree/master

Download stompjms-project

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • stompjms-client
  • stompjms-website
  • stompjms-activemq-test

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
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0