Details
Description
Just did something like this:
for (int i = 0; i < 1000; i++)
{ context.stopRoute("sedaToMock"); context.startRoute("sedaToMock"); }
and yeah, I had over 1000 threads in my JVM... not good
Just did something like this:
for (int i = 0; i < 1000; i++)
{ context.stopRoute("sedaToMock"); context.startRoute("sedaToMock"); }
and yeah, I had over 1000 threads in my JVM... not good