Re: Oath2 Component?

2021-09-29 Thread Riggy Software
I didn't find any oauth2 in the latest camel version, although there was something previously, which is why I asked. It didn't matter in the end, as I discovered that oauth2 in Spring Security 5 comes straight out of the box with Facebook, GitHub, Google etc. One annotation and a tiny config. Jo

Apache Camel single transaction with oracle aq and row inserts

2021-09-29 Thread Mattern, Alex
I would like to have one transaction, one commit and one database connection for an Apache Camel route that only uses Oracle. In my current setup it appears that the Oracle AQ JMS transaction and the Oracle INSERT transaction are separate. Why do I want it With separate transactions there