HI Tim, Please find the attached spring resources.xml <http://activemq.2283324.n4.nabble.com/file/n4726859/resources.xml> resource.xml and grails datasource below
dataSource { dialect = "org.hibernate.dialect.PostgreSQLDialect" driverClassName = "org.postgresql.Driver" username = dbUser password = "postgres" url = "jdbc:postgresql://${dbHost}:5432/${dbName}" pooled = true configClass = GrailsAnnotationConfiguration.class } hibernate { cache.use_second_level_cache = true cache.use_query_cache = true cache.region.factory_class = 'net.sf.ehcache.hibernate.EhCacheRegionFactory' } -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Embedded-with-Tomcat-missing-messages-while-restart-tp4726828p4726859.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.