davsclaus commented on PR #7813:
URL: https://github.com/apache/camel/pull/7813#issuecomment-1158786748

   Maybe what CEQ needs is being able to override some protected methods in 
CamelTestSupport to control more fine grained what CEQ needs to do in the 
doSetup and teardown methods.
   
   Then CEQ can override these methods and do something different.
   
   Maybe the existing doStopCamelContext and setup is useable as-is, eg you can 
try to implement this in CEQ and then override doStopCamelContext to not stop 
camel, or only stop when really needed. And doSetup you can then skip calling 
super if already started.
   
   Then maybe this is possible to just do in CEQ only and keep camel core as-is


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to