Skip to content

Instantly share code, notes, and snippets.

@ody
Created March 11, 2011 00:26
Show Gist options
  • Save ody/865247 to your computer and use it in GitHub Desktop.
Save ody/865247 to your computer and use it in GitHub Desktop.
ody@orihime:[stomp-irb]% ruby stomp-irb -s localhost --port 61613 -u guest -P guest
Interactive Ruby shell for STOMP
Type 'help' for usage instructions
ruby-1.8.7-p334 :001 > subscribe :topic, 'foo'
Current Subscriptions:
/topic/foo
=> nil
ruby-1.8.7-p334 :002 > topic 'foo', 'hello'
Sent hello to /topic/foo
=> nil
ruby-1.8.7-p334 :003 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment