I tried JtdsDataSource and everything worked just fine!

        <bean id="mssql-ds" class="net.sourceforge.jtds.jdbcx.JtdsDataSource">
                   <property name="serverName" value="10.100.100.10"/>
                   <property name="portNumber" value="1433"/>
                   <property name="databaseName" value="test"/>
                   <property name="user" value="test"/>
                   <property name="password" value="test"/>
        </bean>



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/SqlServer-Master-Slave-tp4666887p4666953.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to