This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Marius Mathiesen (committer)
Thu Mar 12 03:11:47 -0700 2009
commit a21f2873f387ad37a0225c108153dfa83cf45313
tree bfe4622432132ddc4f521143eca39c35faf1645a
parent 812c5defe0535f27d73532b42d05bc6a0d8f7c29
tree bfe4622432132ddc4f521143eca39c35faf1645a
parent 812c5defe0535f27d73532b42d05bc6a0d8f7c29
stomp /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu May 08 18:20:11 -0700 2008 | |
| |
AUTHORS | ||
| |
CHANGELOG | ||
| |
LICENSE | Mon Jan 30 10:49:21 -0800 2006 | |
| |
README.rdoc | ||
| |
Rakefile | Sat May 10 09:48:43 -0700 2008 | |
| |
bin/ | Thu May 08 22:43:08 -0700 2008 | |
| |
lib/ | ||
| |
spec/ | Sat May 10 09:48:43 -0700 2008 | |
| |
stomp.gemspec | Mon Feb 16 00:04:39 -0800 2009 | |
| |
test/ | Sat May 10 09:48:43 -0700 2008 |
README.rdoc
README
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








