我需要使用 MySQL 设置 ActiveMQ,我按照这篇文章 http://note19.com/2007/06/23/configure-activemq-with-mysql/
我发现如果我有以下配置。MQ 无法启动
<bean id="mysql-ds"
class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close">
<property name="driverClassName" value="com.mysql.jdbc.Driver"/>
<property name="url"
value="jdbc:mysql://localhost/activemq?relaxAutoCommit=true"/>
<property name="username" value="xxxx"/>
<property name="password" value="xxxx"/>
<property name="poolPreparedStatements" value="true"/>
</bean>
下面是错误
2012-05-25 18:40:46,565 | 错误 | 加载失败:类路径资源 [activemq.xml],原因:来自类路径资源 [activemq.xml] 的 XML 文档中的第 109 行无效;嵌套异常是 org.xml.sax.SAXParseException;行号:109;列号:40;cvc-complex-type.2.4.a:发现以元素“bean”开头的无效内容。'{"http://activemq.apache.org/schema/core":adminView, "http://activemq.apache.org/schema/core":brokerContext, "http://activemq.apache.org 之一/schema/core":consumerSystemUsage, "http://activemq.apache.org/schema/core":destinationFactory, "http://activemq.apache.org/schema/core":destinationInterceptors, "http://activemq .apache.org/schema/core":destinationPolicy, "http://activemq.apache.org/schema/core": XmlBeanDefinitionStoreException:来自类路径资源 [activemq.xml] 的 XML 文档中的第 109 行无效;嵌套异常是 org.xml.sax.SAXParseException;行号:109;列号:40;cvc-complex-type.2.4.a:发现以元素“bean”开头的无效内容。'{"http://activemq.apache.org/schema/core":adminView, "http://activemq.apache.org/schema/core":brokerContext, "http://activemq.apache.org 之一/schema/core":consumerSystemUsage, "http://activemq.apache.org/schema/core":destinationFactory, "http://activemq.apache.org/schema/core":destinationInterceptors, "http://activemq .apache.org/schema/core":destinationPolicy, "http://activemq.apache.org/schema/core":destinations, "http://activemq.apache.org/schema/core":
参考:
- mysql Ver 14.14 Distrib 5.5.22,适用于使用 readline 6.2 的 debian-linux-gnu (x86_64)
- activemq 版本 5.6.0