Re: Non-Spring Transaction Manager

2009-03-24 Thread Colin Ruthven
count; public void process(Exchange exchange) throws Exception { Message message = exchange.getIn(); System.out.println(message.getBody()); } } } James Strachan wrote: Whats the code using the producer look like? 2009/3/24 Col

Re: Non-Spring Transaction Manager

2009-03-24 Thread Colin Ruthven
s sent. By the looks of stdout Spring is finding the JTA and JOTM is starting. I'm using Camel 1.6 and ActiveMQ 5.2 What am I missing? Thanks, Colin James Strachan wrote: 2009/3/23 Colin Ruthven : I don't specifically have one in mind. In exploring Camel I found that one can

Re: Non-Spring Transaction Manager

2009-03-23 Thread Colin Ruthven
ld be fine - analogous to the various components wrapping Spring but not exposing it directly in Java. What other options exist outside a container (or inside) for transaction support that would work with Camel? Thank you for responding, Colin Claus Ibsen wrote: On Mon, Mar 23, 2009 at 5:06

Non-Spring Transaction Manager

2009-03-23 Thread Colin Ruthven
Is it possible to use transactions in Camel messaging (eg JMS) without Spring intruding? Camel may use Spring underneath the covers but I don't want to use it inside my application. Or at least only use Camel API's to do this or be able to plug other solutions in. The documentation seems to