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


The following commit(s) were added to refs/heads/main by this push:
     new a1377e25 Regen for commit 375d8236beadf420f9a31656d66505052a7bcb40 
(#2116)
a1377e25 is described below

commit a1377e251e3eed3a516ff1b215162e7a474a830d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 18 12:59:54 2024 +0200

    Regen for commit 375d8236beadf420f9a31656d66505052a7bcb40 (#2116)
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: oscerd <[email protected]>
---
 .../src/main/resources/kamelets/spring-rabbitmq-sink.kamelet.yaml   | 6 ++++++
 .../src/main/resources/kamelets/spring-rabbitmq-source.kamelet.yaml | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/spring-rabbitmq-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/spring-rabbitmq-sink.kamelet.yaml
index 5676a88f..70e207f8 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/spring-rabbitmq-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/spring-rabbitmq-sink.kamelet.yaml
@@ -79,6 +79,11 @@ spec:
         description: Specifies whether the producer should auto declare 
binding between exchange, queue and routing key when starting
         type: boolean
         default: false
+      vhost:
+        title: Virtual Host
+        description: The virtual host
+        type: string
+        default: "/"
   dependencies:
     - "camel:spring-rabbitmq"
     - "camel:kamelet"
@@ -91,6 +96,7 @@ spec:
           password: '{{?password}}'
           host: '{{host}}'
           port: '{{port}}'
+          virtualHost: "{{vhost}}"
     from:
       uri: "kamelet:source"
       steps:
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/spring-rabbitmq-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/spring-rabbitmq-source.kamelet.yaml
index 336a5845..a6c1e2dd 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/spring-rabbitmq-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/spring-rabbitmq-source.kamelet.yaml
@@ -79,6 +79,11 @@ spec:
         description: The routing key to use when binding a consumer queue to 
the exchange
         type: boolean
         default: false
+      vhost:
+        title: Virtual Host
+        description: The virtual host
+        type: string
+        default: "/"
   dependencies:
     - "camel:spring-rabbitmq"
     - "camel:kamelet"
@@ -91,6 +96,7 @@ spec:
           password: '{{?password}}'
           host: '{{host}}'
           port: '{{port}}'
+          virtualHost: "{{vhost}}"
     from:
       uri: "spring-rabbitmq://{{exchangeName}}"
       parameters:

Reply via email to