Hi Javier,

I don“t know if transactions work when using the old config style. But with the JmsConfigFeature they should definately work as we are using the Spring JmsTemplate and MessageListener. When using transactions you should also make sure your jms provider does only redeliver messages a certain number of times. If it redelivers everytime then you can have an endless loop where the same exception
will happen again and again.

Greetings

Christian

Am 16.06.2010 15:47, schrieb Javier Posado:
Hi,

I was trying SOAP over JMS with JTA transactions using JMSConfigFeature (http://cxf.apache.org/docs/using-the-jmsconfigfeature.html) and it seems to work but i saw in http://cxf.apache.org/docs/jms-transport.html this comment, " transactional", " Specifies whether the local JMS broker will create transactions around message processing. The default is false. Currently, this is not supported by the runtime.". Is a transaction actually supported using SOAP over JMS?

thx in advance

javier



--
----
http://www.liquid-reality.de

Reply via email to