Martin Lichtin created AMQ-4888:
-----------------------------------
Summary: Embedded broker requires 50GB of temporary space
Key: AMQ-4888
URL: https://issues.apache.org/jira/browse/AMQ-4888
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.7.0
Reporter: Martin Lichtin
When starting an embedded broker via
broker = new BrokerService();
broker.setPersistent(false);
broker.addConnector("tcp://127.0.0.1:61616");
broker.start();
It issues an _ERROR_ saying:
BrokerService | he.activemq.broker.BrokerService 1925 | 141
- org.apache.activemq.activemq-core - 5.7.0 | Temporary Store limit is 51200
mb, whilst the temporary data directory:
/path/paxexam/activemq-data/localhost/tmp_storage only has 47743 mb of usable
space
Why would the broker require 50GB of temporary space?
--
This message was sent by Atlassian JIRA
(v6.1#6144)