Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created October 15, 2008 19:35
Show Gist options
  • Save bmizerany/16986 to your computer and use it in GitHub Desktop.
Save bmizerany/16986 to your computer and use it in GitHub Desktop.
Thread.new do
until EM.reactor_running?
sleep 1
end
AMQP.start :host => the_ip, :user => 'myuser', :pass => 'sompass!',
:vhost => '/nanite'
Nanite.identity = Nanite.gensym
Nanite.mapper = Nanite::Mapper.new(15)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment