Re: Apache Camel single transaction with oracle aq and row inserts

2021-10-18 Thread Zheng Feng
OK, I see. It looks like that DataSourceTransactionManger could associate the Connection with a thread scope. I'm not sure that the Oracle AQ and DB can obtain the same connection from the pool. So can you try to set the DataSource pool minPoolSize and maxPoolSize with "1" to see what happens? On

Multiple consumers on endpoint

2021-10-18 Thread Jared Whiklo
I've hit this in the past and it always confuses me. So I have a route and it multicasts, but for some reason the CamelHttpUri was not set when checking for it in tests. So I tried splitting the two multicast targets into their own routes. This results in the error org.apache.camel.FailedToS