How do I set the redelivery retry count in ServiceMix for Activemq? I have a quartz component that fires off events fairly frequently. In case of failure, the timer will cause a cascading effect with the retries and floods the whole queue, eventually resulting into NO_TRANSACTION errors when the connection pool is exhausted. I am using the JMS-JCA endpoints for the setup with transactions.
I tried to set the redelivery count using properties in org.apache.activemq.ra.ActiveMQResourceAdapter and/or org.apache.activemq.ra.ActiveMQManagedConnectionFactory. Neither had any effect on the retry behaviour. I am also seeing some warning messages from the transaction manager during rollback, complaining about resource cleanup. No resources to clean up during end of transaction. Transactions seem to roll back though, but I keep seeing the warnings. I am using the ServiceMix 3.0 release. -- View this message in context: http://www.nabble.com/activemq-redelivery-tf2384999.html#a6648219 Sent from the ServiceMix - User mailing list archive at Nabble.com.
