This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch adoc-amqp in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/adoc-amqp by this push: new ef02876 A ef02876 is described below commit ef028765bee905496302073a6d2f91a7ca8e3cb8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 19 13:05:29 2018 +0100 A --- components/camel-amqp/src/main/docs/amqp-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc b/components/camel-amqp/src/main/docs/amqp-component.adoc index 4331235..a60386f 100644 --- a/components/camel-amqp/src/main/docs/amqp-component.adoc +++ b/components/camel-amqp/src/main/docs/amqp-component.adoc @@ -323,12 +323,12 @@ Likewise, you can also use CDI producer methods when using Camel-CDI *AMQP connection details auto-configuration for CDI* [source,java] ---- +------------------------------------------------------------------------------------- @Produces AMQPConnectionDetails amqpConnection() { return new AMQPConnectionDetails("amqp://localhost:5672"); } ---- +------------------------------------------------------------------------------------- You can also rely on the <<properties-component,Camel properties>> to read the AMQP connection details. Factory -- To stop receiving notification emails like this one, please contact acosent...@apache.org.