Re: Enabling JDBC Master/Slave

2011-10-19 Thread Gary Tully
can you try a current 5.6-SNAPSHOT There is a know issue with SQLServer tying to modify existing tables, you can use createTablesOnStartup="false" to stop the modifications. https://issues.apache.org/jira/browse/AMQ-3075 On 17 October 2011 23:08, wrote: >>I wrote: >> >>... the log reports: >>

RE: Enabling JDBC Master/Slave

2011-10-17 Thread shaun.t.erickson
>I wrote: > >... the log reports: > >Could not get JDBC connection: Cannot load JDBC driver class >'com.microsoft.sqlserver.jdbc.SQLServerDriver' >Does this class not come with AMQ? Do I need to obtain this class from >someplace and install it under AMQ somewhere? Okay. I got the sqljdbc4_2008.j

RE: Enabling JDBC Master/Slave

2011-10-17 Thread shaun.t.erickson
>I wrote: >... I'm running this on Windows, via the ActiveMQ service we setup during >installation. I'll see if wrapper.conf will let me >tell it what config file >to use. We're using an SQL Server 2008 database, not Oracle, and have >configured it based on the >contributed SQL Server 2005 confi

RE: Enabling JDBC Master/Slave (Was RE: Shared directory Master/Slave - How do I tell?)

2011-10-17 Thread shaun.t.erickson
>-Original Message- >From: Torsten Mielke [mailto:tors...@fusesource.com] >Sent: Friday, October 07, 2011 3:18 AM > >There is no need to manually copy activemq-jdbc.xml to activemq.xml. You can >tell the broker to load any configuration file, >anywhere on the file system. >E.g. to load act

Re: Enabling JDBC Master/Slave (Was RE: Shared directory Master/Slave - How do I tell?)

2011-10-07 Thread Torsten Mielke
Hello Shaun, There is no need to manually copy activemq-jdbc.xml to activemq.xml. You can tell the broker to load any configuration file, anywhere on the file system. E.g. to load activemq-jdbc.xml simply start the broker as follows: ./activemq console xbean:file:../conf/activemq-jdbc.xml See

Re: Enabling JDBC Master/Slave (Was RE: Shared directory Master/Slave - How do I tell?)

2011-10-06 Thread Claus Ibsen
On Thu, Oct 6, 2011 at 9:10 PM, wrote: > I wrote: > >>I've now been asked to set it up in a JDBC Master Slave configuration, >>pointing at an Oracle database. I see that configuring the activemq-jdbc.xml >>file is easy and straightforward to do. What I don't see documented, is how >>to put it int