You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by mtod <mt...@thetods.net> on 2017/03/21 19:49:31 UTC

Re: Active MQ Shared File System Master Slave with Elastic File System

I'm working on a similar setup right now can you share your activemq.xml
database config? specificly what class did you use?

I tried the one below but keep getting errors that the class can't be found.

	<bean id="mssql-ds" class="org.apache.commons.dbcp2.BasicDataSource"
destroy-method="close">
		<property name="driverClassName"
value="com.microsoft.sqlserver.jdbc.SQLServerDriver"/>
		<property name="url"
value="jdbc:sqlserver://servicemixdb.cfpkhb1rjo9n.us-east-1.rds.amazonaws.com:1433;databaseName=ActiveMQJournal"/>
		<property name="username" value="xxxxxx"/>
		<property name="password" value="xxxxx"/>
		<property name="poolPreparedStatements" value="true"/>
	</bean>


Thanks

Mike




--
View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4723957.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.