Re: How would you implement this simple, but tricky little route?

2013-02-16 Thread Henryk Konsek
Hi, For each message that arrives on a queue, I want to kick-off a polling timer to periodically check a specific database row *for that message* This is false assumption, as I don't need (and shouldn't) create new thread for each message. Keep in mind that you poll the same DB resource in

How would you implement this simple, but tricky little route?

2013-02-15 Thread pmcb55
.465427.n5.nabble.com/How-would-you-implement-this-simple-but-tricky-little-route-tp5727651.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How would you implement this simple, but tricky little route?

2013-02-15 Thread Christian Schneider
in context: http://camel.465427.n5.nabble.com/How-would-you-implement-this-simple-but-tricky-little-route-tp5727651.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: How would you implement this simple, but tricky little route?

2013-02-15 Thread Raul Kripalani
'... .end(); How would you implement this simple use-case...!?!? -- View this message in context: http://camel.465427.n5.nabble.com/How-would-you-implement-this-simple-but-tricky-little-route-tp5727651.html Sent from the Camel - Users mailing list archive at Nabble.com.