Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 5, 2010 21:33
Show Gist options
  • Select an option

  • Save jcrossley3/510411 to your computer and use it in GitHub Desktop.

Select an option

Save jcrossley3/510411 to your computer and use it in GitHub Desktop.
class MyConsumer
def process!(msg)
puts "processing #{msg.inspect}"
end
end
subscribe MyConsumer, '/queues/foo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment