Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes gh-33050
  • Loading branch information
snicoll committed Jun 17, 2024
1 parent f3a605b commit 3e0849a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ your `@Configuration` classes, as the following example shows:
By default, the infrastructure looks for a bean named `jmsListenerContainerFactory`
as the source for the factory to use to create message listener containers. In this
case (and ignoring the JMS infrastructure setup), you can invoke the `processOrder`
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.

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

0 comments on commit 3e0849a

Please sign in to comment.