Through containerFactory.getContainerProperties().setListenerTaskExecutor(...)
, the factory can be configured with an AsyncTaskExecutor
. We should see if we can auto-configure this, particularly when virtual threads are enabled as it could then be configured with a VirtualThreadTaskExecutor
.