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:
>>
>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
>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
>-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
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
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