Re: Unable to persist messages in DB when activeMQ embedded in JBoss 5.1

2011-06-06 Thread korg
Hi all, It looks like I have to make every single message I send on the queue PERSISTENT (by setting the JMSDeliveryMode on each message to DeliveryMode.PERSITENT). Is there a configuration I could set somewhere that would make all messages persistent? I tried setting the DeliveryMode on the pro

Unable to persist messages in DB when activeMQ embedded in JBoss 5.1

2011-06-03 Thread korg
Hi all, I try to use ActiveMQ 5.5.0 embedded in JBoss. Everything works fine except for the persistence. I followed all the steps described http://ttlnews.blogspot.com/2010/10/jboss-4551-and-activemq-54-integration.html here and messages are sent to the queue, I can consume them, but they're n