Skip to content

Commit 4eba5ae

Browse files
committed
AMQP-815: Fix typo in doc for ConnectionFB
JIRA: https://jira.spring.io/browse/AMQP-815
1 parent 1ced9ab commit 4eba5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Previously you had to configure the SSL options programmatically.
402402
username="${username}" password="${password}" />
403403
404404
<bean id="clientConnectionFactory"
405-
class="org.springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean">
405+
class="org.springframework.amqp.rabbit.connection.RabbitConnectionFactoryBean">
406406
<property name="useSSL" value="true" />
407407
<property name="sslPropertiesLocation" value="file:/secrets/rabbitSSL.properties"/>
408408
</bean>

0 commit comments

Comments
 (0)