For some reason we are getting the following message from the DefaultShutdownStrategy "Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 300 seconds."
Which causes our app to not shut down for 5 minutes. This is happening although there was no work for the app to do. E.g. we run as a service, have lots of routes doing file and sftp work but in this case the app starts no work to process but it gives this message on service shutdown. (Happens also when there was work to do.) What might be this 1 exchange that is processing? How can I determine what it is? Can I change the shut down strategy to cancel what might be occurring? -Dave