-
Oct 4th, 2008, 04:01 AM
#1
DefaultMessageListenerContainer and transactions...
hi all,
is sessionTransacted property required if I need to make onmessage
transactional?
<bean id="listenerContainer" class="org.springframework.jms.listener.DefaultMes sageListenerContainer">
<!-- <property name="sessionTransacted" value="true" /> -->
<property name="transactionManager" ref="transactionManager"/>
in my case it becomes transactional only if I set sessionTransacted to true.
I use geronimo and I get jmsconnectionfactory via jndi.
thanks.
-
Oct 4th, 2008, 10:02 AM
#2
Yeah, atomikos is the same way. We have sessiontransacted set to true and we have the transaction manager set.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules