I am new to EventMachine and am integrating it with a Rails application. I 
intend to use the EventMachine reactor for connecting over AMQP 
(ruby-amqp), http/s as well as other protocols.

I start the EM loop in a separate thread, initialized via a Rails 
initializer script. But thereafter, if I intend to add new channels / 
queues, or connect to URLs, how do I add these resources to the EM reactor?

1. Is it using EM.next_tick?
2. Is it by encapsulating access to the resource using a deferrable?
3. Is it using EM::Queues?

Regards,
Arindam

-- 
You received this message because you are subscribed to the Google Groups 
"EventMachine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to eventmachine+unsubscr...@googlegroups.com.
To post to this group, send email to eventmachine@googlegroups.com.
Visit this group at https://groups.google.com/group/eventmachine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to