Re: Spring to Camel properties documentation

2020-12-10 Thread Jared Whiklo
Well played Zoran, well played. Ok as I wait for IntelliJ to finish digesting Camel I have two follow-up questions 1. Digging in some more, perhaps this is more my expectations. I am using a @Configuration class with @PropertySources. In my RouteBuilder I have some existing @PropertyInject v

Re: Spring to Camel properties documentation

2020-12-10 Thread Zoran Regvart
Hi Jared, thanks for bringing this to our attention, I'm sure that we have more of these issues throughout the documentation. I'm looking at the old source[1] of documentation and for whatever reason the formatting is broken there, so that could be the reason why when we migrated the page over to

Spring to Camel properties documentation

2020-12-10 Thread Jared Whiklo
Hi, I'm learning how to use Camel in a Spring Boot environment and have most everything working except properties. I was looking at the explanation for bridging the two here https://camel.apache.org/components/latest/properties-component.html#_bridging_spring_and_camel_property_placeholders

Re: How to produce messages to Azure SQL DB in Camel

2020-12-10 Thread Omar Al-Safi
Hi, To write your events to your target Azure SQL server database, you can use Camel JDBC component since Azure SQL supports JDBC uses JDBC driver to connect to the database. Plus Camel Debezium SQL Server, I'd recommend using someth