Hi

On Wed, Apr 25, 2012 at 5:11 PM, Reynald <ren...@weiner.com.br> wrote:
> Hi all,
>
> I'm reading through all the documentation of Camel. I'm really excited but
> due to the extent of the docs and my lack of experience on it, I'd
> appreciate if somebody give some guidelines on the following scenario. I
> want to keep things as simple as possible :)
>
> - I have to have a decoupled server running Camel;
> - systems will access the Camel server through Webservices - I cannot have
> Camel clients or use RMI;
> - I think on creating webservices to handle the demand as in the
> camel-example-servlet-tomcat
> - have routes that based on the servlet "from" will schedule a calendar Job
> on Quartz (these are dynamic jobs - which are scheduled and unscheduled
> several times, per client - we need to pass specific JobDataMap as well)
> - Quartz will trigger a JMS call when its time
> - systems will consume the messages and start the jobs
>
> Any thoughts and guidance where should I focus on my learning ?
>
> How can I chain the message from servlet -> quartz -> activemq ? (any
> samples)
>

So you decouple a servlet request by submitting a job to a quartz
scheduler. The scheduler will trigger the job
sometime in the future, and the job is to send a message to a queue?
Why do you want to do that?
And what should the client calling the servlet do in the mean time?
Should the servlet just send back a OK message after
it has submitted a job to the scheduler?

And what happens after the message has been send to the jms queue?


> tks
>
> PS. We could do this without Camel of course. But Quartz is only the tip of
> the iceberg and our first integration...
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Newbie-question-Topology-for-Camel-Servlet-Quartz-JMS-tp5665134p5665134.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to