Skip to content
/ stomp Public
forked from zmalltalker/stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue.

License

Notifications You must be signed in to change notification settings

moredip/stomp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

stomp.rubyforge.org/

Overview

An implementation of the Stomp protocol (stomp.codehaus.org/Protocol) for Ruby.

Example Usage

client = Stomp::Client.new("test", "user", "localhost", 61613)
client.send("/my/queue", "hello world!")
client.subscribe("/my/queue") do |msg|
  p msg
end

Contact info

Up until March 2009 the project was maintained and primarily developed by Brian McCallister.

The project is now maintained by Johan Sørensen <johan@johansorensen.com>

Source Code

http://gitorious.org/projects/stomp/
http://github.com/js/stomp/

Project urls

Project Home :

http://gitorious.org/projects/stomp/
http://rubyforge.org/projects/stomp/

Stomp Protocol Info :

http://stomp.codehaus.org/Protocol

About

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Ruby 100.0%