File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
framework-docs/modules/ROOT/pages/integration/jms Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ your `@Configuration` classes, as the following example shows:
58
58
By default, the infrastructure looks for a bean named `jmsListenerContainerFactory`
59
59
as the source for the factory to use to create message listener containers. In this
60
60
case (and ignoring the JMS infrastructure setup), you can invoke the `processOrder`
61
- method with a core poll size of three threads and a maximum pool size of ten threads.
61
+ method with a core pool size of three threads and a maximum pool size of ten threads.
62
62
63
63
You can customize the listener container factory to use for each annotation or you can
64
64
configure an explicit default by implementing the `JmsListenerConfigurer` interface.
You can’t perform that action at this time.
0 commit comments