Skip to content

Commit e4c881b

Browse files
committed
Merge branch '6.1.x'
2 parents 7658a80 + 3e0849a commit e4c881b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/integration/jms/annotated.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ include-code::./JmsConfiguration[tag=snippet,indent=0]
4242
By default, the infrastructure looks for a bean named `jmsListenerContainerFactory`
4343
as the source for the factory to use to create message listener containers. In this
4444
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.
45+
method with a core pool size of three threads and a maximum pool size of ten threads.
4646

4747
You can customize the listener container factory to use for each annotation or you can
4848
configure an explicit default by implementing the `JmsListenerConfigurer` interface.

0 commit comments

Comments
 (0)