I just checked the code of camel-scala, there is no supporting of
Transactional Client.
So I'm afraid you have to use Java DSL or Spring configuration for the
transaction support.
Willem
Pavel wrote:
Hi,
I'm exploring camel/scala capabilities, and have one quick question:
Is there a way to define transacted route with camel-scala? I see
"Transactional Client" is mentioned in "TODO" section of
http://camel.apache.org/scala-dsl-eip.html , but would it be possible to
define route as transactional without DSL?
(My case is jms -> jms, scala-backed "configuration" + Interpreter)
Thanks,
Pavel