For configuring simple Server Routes (if I'm not doing any transformation
etc. using EIP)
e.g.
from("jms:queue:order").to("orderFinder");Can we not have ServerRoutes and a simple xml configuration file? (or something similar) Also, I reckon every time we make a change to ServerRoutes, we have to bounce the Camel Engine. Is there a way to get around it? Thanks -Anurag -- View this message in context: http://www.nabble.com/Why-is-ServerRoutes-a-java-file--tp21076469s22882p21076469.html Sent from the Camel - Development mailing list archive at Nabble.com.
