While I was using camel-guice component, I realized that Main class (used to run Camel from GuiceCamelContext) is actually not using enableHangupSupport and as a result the app is shut down quickly. The other Main class implementations in org.apache.camel.main and org.apache.camel.spring packages use enableHangupSupport. I think the camel-guice Main should have the same behaviour, WDYT?
Bilgin