Hi Just a note that we added a check that sending to endpoints requires Camel to be running. And as such there were some unit tests that passed even if camel was stopped, as some endpoints can do its work anyway.
So you may see some unit test fails with Caused by: java.util.concurrent.RejectedExecutionException: CamelContext is stopped Then it means that those unit tests needs to be updated to work correctly. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
