Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.
/ stomp-java Public archive

Automatically exported from code.google.com/p/stomp-java

Notifications You must be signed in to change notification settings

jsando/stomp-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT IS ARCHIVED

This code was/is widely deployed but hasn't required changes in many years.

STOMP 1.0 Java Client / Server

Compatible with Java 1.5+ (including Android).

No external dependencies, builds to jarfile less than 20KB.

Serious refactoring of Java Stomp client code from codehaus. Original code has a lot of multithreading bugs and doesn't appear to have been maintained in years.

Borrowed slightly from RabbitMQ AMQ client (which essentially follows the same pattern as the codehaus Stomp client).

Optimized for small footprint, multithreading safety, and runtime memory.

Mainly targeted to high performance, low footprint messaging to ActiveMQ. It may work with other stomp servers.

Features

  • tcp
  • ssl
  • udp multicast
  • No external dependencies!
  • Runs on java 1.5 or newer including Android

About

Automatically exported from code.google.com/p/stomp-java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages