mirror of https://github.com/apache/activemq.git
Use better test KahaDB location in configuration.
This commit is contained in:
parent
4c38b03d14
commit
314b6e1fd7
|
@ -48,6 +48,7 @@ public class AMQ5035Test {
|
|||
public void setUp() throws Exception {
|
||||
brokerService = BrokerFactory.createBroker(xbean + confBase + "/activemq.xml");
|
||||
connectionUri = brokerService.getTransportConnectorByScheme("tcp").getPublishableConnectString();
|
||||
brokerService.setDeleteAllMessagesOnStartup(true);
|
||||
brokerService.start();
|
||||
brokerService.waitUntilStarted();
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
http://activemq.apache.org/persistence.html
|
||||
-->
|
||||
<persistenceAdapter>
|
||||
<kahaDB directory="${activemq.data}/kahadb"/>
|
||||
<kahaDB directory="target/activemq-data/KahaDB"/>
|
||||
</persistenceAdapter>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue