You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Qi Liu <fe...@gmail.com> on 2007/07/20 12:36:53 UTC

A question about persistence using Oracle

I've configed my activemq.xml file like this :

	

	

		
			
		

		
			
		

	
	
		
	

	
		
		
		
		
		
	





and i hope i can use Oracle for persistence ,but  it seems that the
persistence is done by Journal(actually , i don't konw what Journal is , it
seems the default persistence model), and the segment of log like :
  信息: ActiveMQ 4.1.1 JMS Message Broker (localhost) is starting
2007-7-20 18:27:49 org.apache.activemq.broker.BrokerService getBroker
信息: For help or more information please see:
http://incubator.apache.org/activemq/
2007-7-20 18:27:51 org.apache.activemq.store.jdbc.JDBCPersistenceAdapter
createAdapter
信息: Database driver recognized: [apache_derby_embedded_jdbc_driver]
2007-7-20 18:27:53 org.apache.activemq.store.jdbc.DefaultDatabaseLocker
start
信息: Attempting to acquire the exclusive lock to become the Master broker
2007-7-20 18:27:53 org.apache.activemq.store.jdbc.DefaultDatabaseLocker
start
信息: Becoming the master on dataSource:
org.apache.derby.jdbc.EmbeddedDataSource@1ce85c4
2007-7-20 18:27:53
org.apache.activemq.store.journal.JournalPersistenceAdapter recover
信息: Journal Recovery Started from: Active Journal: using 2 x 20.0 Megs at:
D:\eclipse\workspace\springTest\activemq-data\localhost\journal
2007-7-20 18:27:53
org.apache.activemq.store.journal.JournalPersistenceAdapter recover
信息: Journal Recovered: 0 message(s) in transactions recovered.


so, can anybody tell me where the mistake lies?
-- 
View this message in context: http://www.nabble.com/A-question-about-persistence-using-Oracle-tf4116294s2354.html#a11705812
Sent from the ActiveMQ - User mailing list archive at Nabble.com.