Hi All,

I am very new to ServiceMix or any ESB, and despite my 7 years of experience
on LAMP I never heard the term ESB before. I have almost no knowledge of
Java also, (Sorry !!!).

I have ended up with ESB and need to setup and scale up for production
usage. 

Need help from you to configue MySQL (Posgres can also do) with servicemix.
I hope you will not be taking it as storing values generated by any
application.

I am using servicemix-4.0.0, and here is content of
/usr/local/apache-servicemix-4.0.0/deploy/activemq-broker.xml, despite my
all tries it is not creating tables :(... 

Not sure what is wrong, PLEASE HELP !!!


<persistenceAdapter>
        <journaledJDBC dataDirectory="activemq-data" 
createTablesOnStartup="true"
journalLogFiles="5" dataSource="#mysql-ds"/>
</persistenceAdapter>

  <bean id="mysql-ds" class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close">
    <property name="driverClassName" value="com.mysql.jdbc.Driver"/>
    <property name="url"
value="jdbc:mysql://localhost:3306/activemq?relaxAutoCommit=true"/>
    <property name="username" value="root"/>
    <property name="password" value="proiam"/>
    <property name="poolPreparedStatements" value="true"/>
  </bean>
-- 
View this message in context: 
http://old.nabble.com/MySQL-configuration-tp27266464p27266464.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to