3940414243444546474849
public void start() throws Exception { applicationContext.start(); } public void stop() throws Exception { applicationContext.stop(); } }); return SpringCamelContext.springCamelContext(applicationContext); }
535455565758596061
camel2.createProducerTemplate().sendBody("direct:start", "Bye World"); mock1.assertIsSatisfied(); mock2.assertIsSatisfied(); ac.stop(); } }
93949596979899100101102103
3334353637383940414243
5657585960616263
4041424344454647484950
545556575859606162