You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/30 14:18:08 UTC

[camel] branch main updated: Update amqp-component.adoc

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 4e1c49b6bc4 Update amqp-component.adoc
4e1c49b6bc4 is described below

commit 4e1c49b6bc43fdea91cf659c1f0b9962422204e1
Author: agiertli <ag...@redhat.com>
AuthorDate: Wed Nov 30 14:57:52 2022 +0100

    Update amqp-component.adoc
    
    Updating QPID Documentation link:
    https://github.com/apache/camel/blob/main/parent/pom.xml#L455
    https://qpid.apache.org/releases/qpid-jms-1.7.0/docs/index.html
---
 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 5a4d8886765..34a30e4e819 100644
--- a/components/camel-amqp/src/main/docs/amqp-component.adoc
+++ b/components/camel-amqp/src/main/docs/amqp-component.adoc
@@ -144,7 +144,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.51.0/docs/index.html[QPID JMS client configuration]
+For reference take a look at the https://qpid.apache.org/releases/qpid-jms-1.7.0/docs/index.html[QPID JMS client configuration]
 
 == Using topics