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:
5858By default, the infrastructure looks for a bean named `jmsListenerContainerFactory`
5959as the source for the factory to use to create message listener containers. In this
6060case (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.
6262
6363You can customize the listener container factory to use for each annotation or you can
6464configure an explicit default by implementing the `JmsListenerConfigurer` interface.
You can’t perform that action at this time.
0 commit comments