The default ,all NMR message store into derby.
So,I want to know how configuration own database like oracle.
Thank you.
servicemix.xml
<audit:jdbcAuditor container="#jbi" autoStart="false">
<audit:dataSource>
<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
<property name="databaseName" value="servicemixDB"/>
<property name="createDatabase" value="create"/>
</bean>
</audit:dataSource>
</audit:jdbcAuditor>
--
View this message in context:
http://servicemix.396122.n5.nabble.com/How-i-can-recode-all-NMR-into-own-database-tp2256667p2256667.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.