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
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
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
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