El 15/06/2010 19:23, Asier escribió:

I register a participant (ruote-kit) in config.ru as:

 > - - - - - - - - - - - - - - - - - - - - - - - - -
config.register do
participant :copper, RuoteAMQP::Participant,
:reply_by_default => true,
:default_queue => 'ruote'
catchall
end
 > - - - - - - - - - - - - - - - - - - - - - - - - -

Forgot the require statement:

config.register do

    require 'ruote-amqp/participant'
    participant :copper, RuoteAMQP::Participant,
                    :reply_by_default => true,
                    :default_queue => 'ruote'

    catchall
end

Thanks

--
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to