Skip to content

Commit

Permalink
RabbitMQ Source Kamelet: Add a vhost parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Oct 5, 2022
1 parent 08866f5 commit b0015e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kamelets/rabbitmq-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -79,5 +84,6 @@ spec:
addresses: "{{addresses}}"
routingKey: "{{?routingKey}}"
queue: "{{?queue}}"
vhost: "{{vhost}}"
steps:
- to: "kamelet:sink"

0 comments on commit b0015e0

Please sign in to comment.