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
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-