We want to consume from JMS and route the message through a set of
Processors which may or may not invoke database calls via DAOs.

Thing is, we want the database calls to be wrapped in a transaction, but we
don't have an XA transaction manager so the JMS part ought to be excluded.

Is this possible?

Thanks,

James

Reply via email to