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 d13d43772175175ff551b57a5f0eb4648dd6c479 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri May 1 13:52:58 2020 +0200 Camel-AMQP: Upgrade Qpid-Jms client reference in .adoc --- components/camel-amqp/src/main/docs/amqp-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc b/components/camel-amqp/src/main/docs/amqp-component.adoc index 90e0383..6b55694 100644 --- a/components/camel-amqp/src/main/docs/amqp-component.adoc +++ b/components/camel-amqp/src/main/docs/amqp-component.adoc @@ -386,7 +386,7 @@ If you, for example, need to enable `amqp.traceFrames` you can do that by append AMQPComponent amqp = AMQPComponent.amqpComponent("amqp://localhost:5672?amqp.traceFrames=true"); ---- -For reference take a look at the https://qpid.apache.org/releases/qpid-jms-0.29.0/docs/index.html[QPID JMS client configuration] +For reference take a look at the https://qpid.apache.org/releases/qpid-jms-0.51.0/docs/index.html[QPID JMS client configuration] == Using topics