Skip to content

Commit

Permalink
Added Spring-RabbitMQ Sink and Source Kamelet
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Feb 14, 2024
1 parent 4621ff0 commit 030bd16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kamelets/spring-rabbitmq-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ spec:
parameters:
connectionFactory: "#bean:{{connectionFactory}}"
routingKey: "{{?routingKey}}"
queues: "{{?queue}}"
queues: "{{?queues}}"
2 changes: 1 addition & 1 deletion kamelets/spring-rabbitmq-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
parameters:
connectionFactory: "#bean:{{connectionFactory}}"
routingKey: "{{?routingKey}}"
queues: "{{?queue}}"
queues: "{{?queues}}"
autoDeclare: "{{autoDeclare}}"
steps:
- to: "kamelet:sink"
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ spec:
parameters:
connectionFactory: "#bean:{{connectionFactory}}"
routingKey: "{{?routingKey}}"
queues: "{{?queue}}"
queues: "{{?queues}}"
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
parameters:
connectionFactory: "#bean:{{connectionFactory}}"
routingKey: "{{?routingKey}}"
queues: "{{?queue}}"
queues: "{{?queues}}"
autoDeclare: "{{autoDeclare}}"
steps:
- to: "kamelet:sink"

0 comments on commit 030bd16

Please sign in to comment.