Skip to content

Instantly share code, notes, and snippets.

@lbt
Created June 19, 2010 16:48
Show Gist options
  • Save lbt/445051 to your computer and use it in GitHub Desktop.
Save lbt/445051 to your computer and use it in GitHub Desktop.
class OBS < RuoteAMQP::Participant
def consume( stuff )
super stuff, :command => '/obs/build', :queue => 'obs', :reply_queue => "ruote_workitems"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment