thanos created AMQ-5034:
---------------------------
Summary: ActiveMQ xsd missing readThreads attribute on LevelDB
store
Key: AMQ-5034
URL: https://issues.apache.org/jira/browse/AMQ-5034
Project: ActiveMQ
Issue Type: Bug
Components: activemq-leveldb-store
Affects Versions: 5.9.0
Environment: any? checked on Linux deployments
Reporter: thanos
Wishing to tune LevelDB store, both documentation on ActiveMQ site and ActiveMQ
cwiki mention attribute readThreads, see
http://activemq.apache.org/leveldb-store.html
and
https://cwiki.apache.org/confluence/display/ACTIVEMQ/LevelDB+Store
Trying to use the attribute gives an XSD validation error:
{noformat}
org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'readThreads'
is not allowed to appear in element 'levelDB'.
{noformat}
Apparently, the XSD present in
http://activemq.apache.org/schema/core/activemq-core.xsd does not include this
attribute at all.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)