Fix compatibility with latest Spring AMQP (#3352)
* Fix compatibility with latest Spring AMQP * * Fix typo in the `amqp.adoc`
This commit is contained in:
@@ -309,7 +309,7 @@ The following example shows how to configure an `AmqpMessageSource` with Java co
|
||||
----
|
||||
@Bean
|
||||
public AmqpMessageSource source(ConnectionFactory connectionFactory) {
|
||||
return new AmpqpMessageSource(connectionFactory, "someQueue");
|
||||
return new AmqpMessageSource(connectionFactory, "someQueue");
|
||||
}
|
||||
----
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user