Re: ActiveMQ 4.1.1 MS SQL Server 2005 ACTIVEMQ_MSGS not found

2007-05-09 Thread James Strachan
The important line of the log is On 5/4/07, kbd <[EMAIL PROTECTED]> wrote: Hello: I am attempting to use MS SQL Server 2005 for persistence storage. My ACTIVEMQ.XML is below. Please note I added the useDatabaseLock="false" to as per a posting on this site. Made a prior issue go away.

Re: ActiveMQ 4.1.1 MS SQL Server 2005 ACTIVEMQ_MSGS not found

2007-05-09 Thread Mario Siegenthaler
Yeah, exactly. Actually what we did was to just compile this one file (unfortunate it has some dependencies), then pack it in its own jar (like mssqladapter,jar or something) and copy it to the activemq lib directory so it gets added to the classpath. I'd be happy to send you our jar, but unfortun

Re: ActiveMQ 4.1.1 MS SQL Server 2005 ACTIVEMQ_MSGS not found

2007-05-08 Thread kbd
I took a look at the posting you referred me to. It seems that I should just copy and rename that sqlserver file. Now for the stupid question. Does that mean I will need to recompile ActiveMQ? and build a new activemq.jar. kd Mario Siegenthaler wrote: > > You can tell ActiveMQ to use a s

Re: ActiveMQ 4.1.1 MS SQL Server 2005 ACTIVEMQ_MSGS not found

2007-05-06 Thread Mario Siegenthaler
You can tell ActiveMQ to use a specific database type by the following configuration: Just lookup the correct adapter for SQL-Server. If you get a database locking issue use the modified adapter by Daniel Mueller: JIRA-Issue AMQ-1210 (http://issues.apache.org/activemq/browse/AMQ-1210) Hope to