This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 9215a333520ca3e467043649522277bff8a3c7fc Author: Andrea Cosentino <[email protected]> AuthorDate: Mon May 27 12:17:36 2019 +0200 Camel-amqp: Fixed spacing in the docs --- components/camel-amqp/src/main/docs/amqp-component.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc b/components/camel-amqp/src/main/docs/amqp-component.adoc index 38b2afb..9b39743 100644 --- a/components/camel-amqp/src/main/docs/amqp-component.adoc +++ b/components/camel-amqp/src/main/docs/amqp-component.adoc @@ -3,10 +3,12 @@ *Available as of Camel version 1.2* -The *amqp:* component supports the http://www.amqp.org/[AMQP 1.0 -protocol] using the JMS Client API of the http://qpid.apache.org/[Qpid] +The amqp: component supports the +http://www.amqp.org/[AMQP 1.0 protocol] +using the JMS Client API of the http://qpid.apache.org/[Qpid] project. In case you want to use AMQP 0.9 (in particular RabbitMQ) you -might also be interested in the <<rabbitmq-component,Camel RabbitMQ>> +might also be interested in the +<<rabbitmq-component,Camel RabbitMQ>> component. Please keep in mind that prior to the Camel 2.17.0 AMQP component supported AMQP 0.9 and above, however since Camel 2.17.0 it supports only AMQP 1.0.
