Re: How to programmatically configure JDBC Persistence.

2010-08-26 Thread Gary Tully
Have a look at this example from the tests (there are a few more in the same directory): http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/store/jdbc/JDBCPersistenceAdapterTest.java?view=markup On 26 August 2010 14:07, Navin Naidu wrote: > Hi, > > How can

How to programmatically configure JDBC Persistence.

2010-08-26 Thread Navin Naidu
Hi, How can I programmatically configure for jdbc persistence with apache derby. Is this the right way to configure ? Snippet: ** BrokerService broker = *new* BrokerService(); JDBCPersisten