Hi
I have a file route configured in the spring camel context. I am bringing up
camel context from my java main method using ClassPathXmlApplicationContext.
After creating routes my application is getting down.
There is no error or exception in log. But when I added jetty route
application is running continuously. How can I achieve this with out using
jetty route.
I have a file route configured in the spring camel context. I am bringing up
camel context from my java main method using ClassPathXmlApplicationContext.
After creating routes my application is getting down.
There is no error or exception in log. But when I added jetty route
application is running continuously. How can I achieve this with out using
jetty route.