Hi Asier,

I'm currently using Ruote's built-in SmtpParticipant (http://
ruote.rubyforge.org/part/smtp_participant.html) for simple email
notifications, and using ruote-amqp for remote participants.
Currently, all of my remote participant interaction goes through AMQP:
I'm using RuoteAMQP::Participant to send workitems to remote
participants and RuoteAMQP::WorkitemListener to receive participant
responses. I haven't dug into ruote-amqp enough to know if it could be
modified to support remote participant responses via HTTP as you
describe.

No Java examples, but I have an example Rails app up at
http://github.com/threetee/ruote-rails-example that includes ruote-
amqp used in this fashion. I'm sure someone out there has some better
ruote-amqp examples, maybe even java-specific.

Hope this helps!

On Jun 3, 2:05 am, Asier <[email protected]> wrote:
> Hi all
>
> I'm developing a Java application which communicates with ruote via ruote-kit
> and a catchall participant.
>
> In this application there's some steps in the workflows that doesn't need
> human interaction (send some e-mail notifications, publish RSS events, some
> file handling...), all of this done in the java app.
>
> I think this can be done with ruote-amqp or ruote-jig. AFAIK this participants
> respectively send messages to remote queues and POST workitems to a http
> endpoint.
>
> Is this correct?
>
> 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