Skip to content

Instantly share code, notes, and snippets.

@cachafla
Created December 1, 2008 00:22
Show Gist options
  • Save cachafla/30560 to your computer and use it in GitHub Desktop.
Save cachafla/30560 to your computer and use it in GitHub Desktop.
# Begin: code to initialize just one time
Nanite.identity = Nanite.gensym
AMQP.start :host => 'localhost', :user => 'mapper', :pass => 'testing',
:vhost => '/nanite'
Nanite.mapper = Nanite::Mapper.new(15)
# End code
EM.add_timer(16) do
Nanite.request("/mock/list", '', :target => 'barney') do |res|
p res
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment