On Jun 16, 1:51 am, Asier <[email protected]> wrote:
> If I register the participant like:
>
> | participant :copper, RuoteAMQP::Participant.new(
> |       :reply_by_default => true,
> |       :default_queue => 'ruote')
>
> Parameters get passed ok, but this kind of registration is "stateful" or
> by-instance, and I've readed that ruote 2.1 needs stateless participant, like 
> in:
>
> | participant :copper, RuoteAMQP::Participant

I ran into a similar issue, and you are correct about
RuoteAMQP::Participant needing to be stateless in ruote 2.1. I posted
some code that worked for me in:
http://groups.google.com/group/openwferu-users/browse_thread/thread/5c620ef874f4de19#

Hope this helps!

-- 
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