We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ced9ab commit 4eba5aeCopy full SHA for 4eba5ae
src/reference/asciidoc/amqp.adoc
@@ -402,7 +402,7 @@ Previously you had to configure the SSL options programmatically.
402
username="${username}" password="${password}" />
403
404
<bean id="clientConnectionFactory"
405
- class="org.springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean">
+ class="org.springframework.amqp.rabbit.connection.RabbitConnectionFactoryBean">
406
<property name="useSSL" value="true" />
407
<property name="sslPropertiesLocation" value="file:/secrets/rabbitSSL.properties"/>
408
</bean>
0 commit comments