i use activemq in spring web project. at first, i use 'sessionTransacted=true' in 'DefaultMessageListenerContainer'. the redeliveryPolicy was working fine! but after done to consume message, the message in db wasn't remove. then, i use 'transactionManager=jmsTransactionManager' instead of 'sessionTransacted=true' in 'DefaultMessageListenerContainer'. the message will remove after consumed. but the redeliveryPolicy won't work now...
-- View this message in context: http://www.nabble.com/%27redeliveryPolicy-doesn%27t-work%27-or-%27message-won%27t-remove-after-consumed%27-either-of-them-will-happen-tp20208421p20208421.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
