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/10/05 08:40:45 UTC

[camel-kamelets] branch main updated (08866f55 -> 5ad4af7c)

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

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


    from 08866f55 Upgrade to Camel 3.19.0
     new b0015e0c RabbitMQ Source Kamelet: Add a vhost parameter
     new 5ad4af7c RabbitMQ Source Kamelet: Add a vhost parameter

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kamelets/rabbitmq-source.kamelet.yaml                               | 6 ++++++
 .../src/main/resources/kamelets/rabbitmq-source.kamelet.yaml        | 6 ++++++
 2 files changed, 12 insertions(+)


[camel-kamelets] 01/02: RabbitMQ Source Kamelet: Add a vhost parameter

Posted by ac...@apache.org.
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-kamelets.git

commit b0015e0cbd2f9fdd9bb2e2739ff4adf1d9c6202b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 5 10:34:27 2022 +0200

    RabbitMQ Source Kamelet: Add a vhost parameter
---
 kamelets/rabbitmq-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/rabbitmq-source.kamelet.yaml b/kamelets/rabbitmq-source.kamelet.yaml
index c179a516..8cdbacd1 100644
--- a/kamelets/rabbitmq-source.kamelet.yaml
+++ b/kamelets/rabbitmq-source.kamelet.yaml
@@ -67,6 +67,11 @@ spec:
         title: Queue name
         description: The queue to receive messages from
         type: string
+      vhost:
+        title: Virtual Host
+        description: The vhost for the channel
+        type: string
+        default: "/"
   dependencies:
     - "camel:rabbitmq"
     - "camel:kamelet"
@@ -79,5 +84,6 @@ spec:
         addresses: "{{addresses}}"
         routingKey: "{{?routingKey}}"
         queue: "{{?queue}}"
+        vhost: "{{vhost}}"
       steps:
       - to: "kamelet:sink"


[camel-kamelets] 02/02: RabbitMQ Source Kamelet: Add a vhost parameter

Posted by ac...@apache.org.
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-kamelets.git

commit 5ad4af7c1251ddc55aaeed47a2120003ea51ef2e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 5 10:36:21 2022 +0200

    RabbitMQ Source Kamelet: Add a vhost parameter
---
 .../src/main/resources/kamelets/rabbitmq-source.kamelet.yaml        | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/rabbitmq-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/rabbitmq-source.kamelet.yaml
index c179a516..8cdbacd1 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/rabbitmq-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/rabbitmq-source.kamelet.yaml
@@ -67,6 +67,11 @@ spec:
         title: Queue name
         description: The queue to receive messages from
         type: string
+      vhost:
+        title: Virtual Host
+        description: The vhost for the channel
+        type: string
+        default: "/"
   dependencies:
     - "camel:rabbitmq"
     - "camel:kamelet"
@@ -79,5 +84,6 @@ spec:
         addresses: "{{addresses}}"
         routingKey: "{{?routingKey}}"
         queue: "{{?queue}}"
+        vhost: "{{vhost}}"
       steps:
       - to: "kamelet:sink"