Polish doc

Closes gh-789
This commit is contained in:
Stephane Nicoll 2016-04-24 05:46:26 +02:00
parent eda7819d8b
commit 11f763ef89

View File

@ -3962,7 +3962,9 @@ Then you can use in any `@JmsListener`-annotated method as follows:
=== AMQP
The Advanced Message Queuing Protocol (AMQP) is a platform-neutral, wire-level protocol
for message-oriented middleware. The Spring AMQP project applies core Spring concepts to
the development of AMQP-based messaging solutions.
the development of AMQP-based messaging solutions. Spring Boot offers several
conveniences for working with AMQP via RabbitMQ, including the
`spring-boot-starter-amqp` '`Starter POM`'.