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:37:26 UTC

[camel-kamelets] branch fix-1067 created (now e7789935)

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

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


      at e7789935 RabbitMQ Source Kamelet: Add a vhost parameter

This branch includes the following new commits:

     new 06927518 RabbitMQ Source Kamelet: Add a vhost parameter
     new e7789935 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.



[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 fix-1067
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e778993511108b58dc48d54af1da0ad5e90888e4
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"


[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 fix-1067
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 069275187d33596fd23e9b06c3d3aa48d5a4cc91
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"