An @Async method in a @Service-annotated class is not being called asynchronously - it\'s blocking the thread.
@Async
@Service
I\'ve got
Firstly make your .xml config looks like:
.xml
(Yes, scheduler count and executor thread pool size is configurable)
Or just use default:
Secondly make sure @Async methods are public.