On Mon, Feb 28, 2011 at 12:29:11PM -0800, hcadavid wrote:
> 
> About the human-based tasks, we are figuring how to perform long-term
> task, like the one performed by a human. We are thinking on use a
> message-based approach to introduce human participants on the Ruote
> process, something like:
> 
> humanParticipant:
>    - post a request to queue
>    - suscribe to a topic
>    - wait for a response to the request previously sent on such topic
> 
> - Do you think is it possible to do the above using Ruote plus Ruby
> JMS facilitites?

Hello Héctor,

yes, I think it's possible.

> - What do you think about our approach?

This is the approach used in ruote-amqp and ruote-beanstalk :

  https://github.com/kennethkalmer/ruote-amqp
  
https://github.com/kennethkalmer/ruote-amqp/blob/master/lib/ruote-amqp/participant.rb
  
https://github.com/kennethkalmer/ruote-amqp/blob/master/lib/ruote-amqp/receiver.rb

  https://github.com/jmettraux/ruote-beanstalk
  
https://github.com/jmettraux/ruote-beanstalk/blob/master/lib/ruote/beanstalk/participant.rb
  
https://github.com/jmettraux/ruote-beanstalk/blob/master/lib/ruote/beanstalk/receiver.rb


Best regards,

-- 
John Mettraux - http://jmettraux.wordpress.com

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