Hi, Is there a way to identify if a given route is currently processing any messages or not?
I want to run 2 routes which are independent in terms of the incoming data sources but I want to execute each of them only if the other is not processing anything as they both update the same end point (output) If there an alternative approach than checking the in-flight message count? And I think it would be helpful to add isProcessing flag to the ServiceStatus, thoughts? Thanks, Kranti