In the following excerpt from [Annotation-driven Listener Endpoints](https://docs.spring.io/spring-framework/reference/integration/jms/annotated.html#jms-annotated-support) section of Spring Framework documentation: > ... you can invoke the `processOrder` method with a core poll size of three threads and a maximum pool size of ten threads. _poll size_ should be changed to _pool size_.