Hi,
One of my colleagues is trying to create a transactional route which
starts with a Quartz endpoint.  However the transaction does not appear
to start.  If he replaces the Quartz endpoint with a Direct then the
transaction works.  He would like the whole route started by the Quartz
endpoint to be in one transaction:

from(quartz://..).transactionStarted.to(springBean).to(springBean).transactionCommit;

Should it be possible to do this?  Sorry for the scarce details but I
don't have his source, I'd just like to make sure what he is doing is
supported before trying to debug it.

Thanks,
Martin

Reply via email to