@ -36,27 +35,13 @@ public final class RabbitListenerContainerFactoryConfigurer {
@@ -36,27 +35,13 @@ public final class RabbitListenerContainerFactoryConfigurer {
@ -44,8 +42,7 @@ public final class JmsListenerContainerFactoryConfigurer {
@@ -44,8 +42,7 @@ public final class JmsListenerContainerFactoryConfigurer {
@ -54,8 +51,7 @@ public final class JmsListenerContainerFactoryConfigurer {
@@ -54,8 +51,7 @@ public final class JmsListenerContainerFactoryConfigurer {
@ -63,27 +59,14 @@ public final class JmsListenerContainerFactoryConfigurer {
@@ -63,27 +59,14 @@ public final class JmsListenerContainerFactoryConfigurer {
@ -3561,9 +3561,9 @@ TIP: Check {spring-javadoc}/jms/annotation/EnableJms.{dc-ext}[the Javadoc of `@E
@@ -3561,9 +3561,9 @@ TIP: Check {spring-javadoc}/jms/annotation/EnableJms.{dc-ext}[the Javadoc of `@E
more details.
If you need to create more `JmsListenerContainerFactory` instances or if you want to override
the default, Spring Boot provides a `JmsListenerContainerFactoryConfigurer` that you can use
to initialize a `DefaultJmsListenerContainerFactory` with the same settings as the one that
is auto-configured.
the default, Spring Boot provides a `DefaultJmsListenerContainerFactoryConfigurer` that you
can use to initialize a `DefaultJmsListenerContainerFactory` with the same settings as the one
that is auto-configured.
For instance, the following exposes another factory that uses a specific `MessageConverter`:
@ -3574,9 +3574,10 @@ For instance, the following exposes another factory that uses a specific `Messag
@@ -3574,9 +3574,10 @@ For instance, the following exposes another factory that uses a specific `Messag
@Bean
public DefaultJmsListenerContainerFactory myFactory(
@ -3695,8 +3696,8 @@ TIP: Check {spring-amqp-javadoc}/rabbit/annotation/EnableRabbit.{dc-ext}[the Jav
@@ -3695,8 +3696,8 @@ TIP: Check {spring-amqp-javadoc}/rabbit/annotation/EnableRabbit.{dc-ext}[the Jav
for more details.
If you need to create more `RabbitListenerContainerFactory` instances or if you want to override
the default, Spring Boot provides a `RabbitListenerContainerFactoryConfigurer` that you can use
to initialize a `SimpleRabbitListenerContainerFactory` with the same settings as the one that
the default, Spring Boot provides a `SimpleRabbitListenerContainerFactoryConfigurer` that you can
use to initialize a `SimpleRabbitListenerContainerFactory` with the same settings as the one that
is auto-configured.
For instance, the following exposes another factory that uses a specific `MessageConverter`:
@ -3708,9 +3709,10 @@ For instance, the following exposes another factory that uses a specific `Messag
@@ -3708,9 +3709,10 @@ For instance, the following exposes another factory that uses a specific `Messag
@Bean
public SimpleRabbitListenerContainerFactory myFactory(