Skip to content

Commit bafb1c7

Browse files
committed
Fix typo
Closes gh-33052
1 parent c8df186 commit bafb1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,7 @@ your `@Configuration` classes, as the following example shows:
23962396
By default, the infrastructure looks for a bean named `jmsListenerContainerFactory`
23972397
as the source for the factory to use to create message listener containers. In this
23982398
case (and ignoring the JMS infrastructure setup), you can invoke the `processOrder`
2399-
method with a core poll size of three threads and a maximum pool size of ten threads.
2399+
method with a core pool size of three threads and a maximum pool size of ten threads.
24002400

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

0 commit comments

Comments
 (0)