Skip to content

Instantly share code, notes, and snippets.

@ody
Created March 11, 2011 00:26
Show Gist options
  • Save ody/865248 to your computer and use it in GitHub Desktop.
Save ody/865248 to your computer and use it in GitHub Desktop.
ruby-1.8.7-p334 :003 > topic 'foo', 'hello'
Sent hello to /topic/foo
=> nil
ruby-1.8.7-p334 :004 > topic 'foo', 'hello'
<<stomp>> hello
Sent hello to /topic/foo
=> nil
ruby-1.8.7-p334 :005 > topic 'foo', 'hello'
<<stomp>> hello
Sent hello to /topic/foo
=> nil
ruby-1.8.7-p334 :006 > topic 'foo', 'hello'
<<stomp>> hello
Sent hello to /topic/foo
=> nil
ruby-1.8.7-p334 :007 > topic 'foo', 'hello'
<<stomp>> hello
Sent hello to /topic/foo
=> nil
ruby-1.8.7-p334 :008 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment