We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7658a80 + 3e0849a commit e4c881bCopy full SHA for e4c881b
framework-docs/modules/ROOT/pages/integration/jms/annotated.adoc
@@ -42,7 +42,7 @@ include-code::./JmsConfiguration[tag=snippet,indent=0]
42
By default, the infrastructure looks for a bean named `jmsListenerContainerFactory`
43
as the source for the factory to use to create message listener containers. In this
44
case (and ignoring the JMS infrastructure setup), you can invoke the `processOrder`
45
-method with a core poll size of three threads and a maximum pool size of ten threads.
+method with a core pool size of three threads and a maximum pool size of ten threads.
46
47
You can customize the listener container factory to use for each annotation or you can
48
configure an explicit default by implementing the `JmsListenerConfigurer` interface.
0 commit comments