Skip to content

hyteio/stompjms

 
 

Repository files navigation

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

Background

This is a fork of the original stompjms library created by Rob Davies and Hiram Chirino.