Re: MSSQL 3.0 support

2011-01-20 Thread werdex
Great! However, I've got one more question. When I start ActiveMQ configured to use MS SQL, I get these warning messages: 2011-01-20 02:48:02,565 | WARN | Could not create JDBC tables; they could already exist. Failure was: ALTER TABLE ACTIVEMQ_ACKS ADD PRIMARY KEY (CONTAINER, CLIENT_ID, SUB_NA

Re: MSSQL 3.0 support

2011-01-13 Thread werdex
Hello! I've created a corresponding issue in JIRA: https://issues.apache.org/jira/browse/AMQ-3134 -- View this message in context: http://activemq.2283324.n4.nabble.com/MSSQL-3-0-support-tp3206822p3215839.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

MSSQL 3.0 support

2011-01-10 Thread werdex
Hello! I'm trying to use MS SQL database as ActiveMQ datastore, so I've put MS SQL driver 3.0 (sqljdbc4.jar) in $ACTIVE_MQ/lib folder and configured MS SQL datasource. But when I start ActiveMQ I get the following error message: INFO | Database adapter driver override not found for : [microsoft_

Re: Scheduler failover in Master-Slave

2010-11-02 Thread werdex
Thx for reply! Maybe is it possible to continue to keep the messages in database (oracle,ms-sql) , but use shared file system only for scheduler data directory? -- View this message in context: http://activemq.2283324.n4.nabble.com/Scheduler-failover-in-Master-Slave-tp3023340p3023396.html Sent f

Scheduler failover in Master-Slave

2010-11-02 Thread werdex
Hi! I am using AMQ_SCHEDULED_DELAY when sending a message to ActiveMQ and found that scheduler stores it data at activemq-data/scheduler. In jdbc master-slave topology this data will be lost when master node goes down. What is the best way to implement scheduler failover? Thx! -- View this messag