template.sendBodyAndHeaders("direct:bar", "Hello World", headers);
assertMockEndpointsSatisfied();
// there should still be the same number of services
names = mbeanServer.queryNames(on, null);
assertEquals(7, names.size());
// now stop and remove the 2nd route
log.info("Stopping 2nd route");
context.stopRoute("bar");