Hi,
I know how to mock/advise existing routes. But what do I do if one of my
routes creates new routes? For example, I can send a configuration message
to a configuration route which has an activeMQ From endpoint. The endpoint
is advised and replaced with direct:a, so I send a configuration message in
my test. The route continues by creating a new route from
activeMQ:someTopic to kafka:someTopic. This route fails to create because
there is no real ssl-enabled kafka and activeMQ in the test environment. Is
there anything that can be done?