Skip to content

Commit 4cf27c9

Browse files
committed
Fix PDF overflow in what's new
1 parent 74354d4 commit 4cf27c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The `RabbitConnectionFactoryBean` now calls `enableHostnameVerification()` by de
8484
The `CachingConnectionFactory` now unconditionally disables auto recovery in the underlying RabbitMQ `ConnectionFactory`, even if a pre-configured instance is provided in a constructor.
8585
While steps have been taken to make Spring AMQP compatible with auto recovery, certain corner cases have arisen where issues remain.
8686
Spring AMQP has had its own recovery mechanism since 1.0.0 and doesn't need to use the recovery provided by the client.
87-
While it is still possible to enable the feature (using `cachingConnectionFactory.getRabbitConnectionFactory().setAutomaticRecoveryEnabled()`) after the `CachingConnectionFactory` is constructed, it is **strongly recommended that you not do so**.
87+
While it is still possible to enable the feature (using `cachingConnectionFactory.getRabbitConnectionFactory()` `.setAutomaticRecoveryEnabled()`) after the `CachingConnectionFactory` is constructed, it is **strongly recommended that you not do so**.
8888
Use a separate RabbitMQ `ConnectionFactory` if you need auto recovery connections when using the client factory directly (rather than via Spring AMQP components).
8989

9090
===== Listener Container Changes

0 commit comments

Comments
 (0)