Hello,
I would like to use camel to realize this (apparently) simple web
application:

- a CONCURRENT MULTIUSER web application with a simple search page like
google;
- results MUST appears asynchronously as soon as they can;
- I need to query several databases (SQL,HTTP,WEBSERVICES,TELNET)
concurrently;
- The query in one database MUST be serialized.

I am worried regarding last point because obviously tomcat for each user
will create a new session and I do not know if camel can create a
"singleton" queue to serialize access to the db.

Thank you in advance for any help!

Mario

--
View this message in context: 
http://camel.465427.n5.nabble.com/Newbie-is-doable-this-application-tp5063252p5063252.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to