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 (
commit b73073cb39a02bdc175586d815a5d9f3028f9496
tree bfe4622432132ddc4f521143eca39c35faf1645a
parent 17e81a25b3a8e3520fbe469ba2ad26078f94e265
tree bfe4622432132ddc4f521143eca39c35faf1645a
parent 17e81a25b3a8e3520fbe469ba2ad26078f94e265
stomp /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu May 08 18:20:11 -0700 2008 | |
| |
AUTHORS | Fri Feb 27 01:39:49 -0800 2009 | |
| |
CHANGELOG | Fri Feb 27 01:39:49 -0800 2009 | |
| |
LICENSE | Mon Jan 30 10:49:21 -0800 2006 | |
| |
README.rdoc | Fri Feb 27 01:39:49 -0800 2009 | |
| |
Rakefile | Sat May 10 09:48:43 -0700 2008 | |
| |
bin/ | Thu May 08 22:43:08 -0700 2008 | |
| |
lib/ | Fri Feb 13 02:25:25 -0800 2009 | |
| |
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







