Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created February 9, 2010 05:12
Show Gist options
  • Save bobmcwhirter/298931 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/298931 to your computer and use it in GitHub Desktop.
require 'torquebox/messaging/client'
TorqueBox::Messaging::Client.new do
send( '/queues/foo', "howdy" )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment