Hi, Is there a way to use JMSTransactionManager with cdi camel routes, i.e. not JTA? It seems from the documentation and from googling that only JTA is supported, and if this is the case then that entails camel-cdi is only usable in JavaEE environments (when transactions are to be used at least).
We're using camel routes with CDI in a JavaSE environment but would like to utilise the Transactional Client EIP rather than relying on exception handlers. Any hints would be appreciated, Gary