From 11f763ef89f749320925249aea1a8467b38cedb6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 24 Apr 2016 05:46:26 +0200 Subject: [PATCH] Polish doc Closes gh-789 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 5ab1eff1fb..c9fefac9c2 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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`'.