Re: How to create route template in yaml

2022-04-28 Thread Claus Ibsen
You can take a look at the unit tests https://github.com/apache/camel/blob/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RouteTemplateTest.groovy On Thu, Apr 28, 2022 at 11:06 AM Nikolay Dechev (External - Workforce Logiq Sweden AB (SE)) wrote: > > Hello, > Can

How to create route template in yaml

2022-04-28 Thread Nikolay Dechev (External - Workforce Logiq Sweden AB (SE))
Hello, Can you help me how to create a route template using yaml? I'm trying to define it like this but it is not working, throws an exception: - route-template: id: centiro-to-inter-pubsub-to-solace-route from: uri: "{{centiro-to-internal-pubsub}}" steps: