Re: Scalability: Multiple containers with the same Camel Context

2012-04-23 Thread Serge Mick
Would it be correct to say that longer routes need to designed as a number of atomic routes? By atomic I mean - to be executed within the very same Camel Context. In other words, scalability across multiple containers is achieved by properly designed routes. Thank you, Claus. -- View this messa

Scalability: Multiple containers with the same Camel Context

2012-04-22 Thread Serge Mick
Hi, In a learning mode here. - Say, I have a Camel Context in a container, Tomcat in my case. I want to have two+ instances of the container (Tomcat) to address my performance/failover issues. Q: How does Camel scale across multiple containers? Details: - Say, I have: FTP => JMS InOut => Print-