NO-JIRA FileConfigurationParserTest creating data folder
FileConfigurationParserTest was creating a data folder. This is simply disabling persistence from the configuration used by the server on this test as it is not needed.
This commit is contained in:
parent
ea973ce776
commit
ce92cc827e
|
@ -79,7 +79,7 @@ public class FileConfigurationParserTest extends ActiveMQTestBase {
|
|||
|
||||
@Test
|
||||
public void testDuplicateQueue() throws Exception {
|
||||
String filename = "duplicateQueue.xml";
|
||||
String filename = "FileConfigurationParser-duplicateQueue.xml";
|
||||
FileConfiguration fc = new FileConfiguration();
|
||||
FileDeploymentManager deploymentManager = new FileDeploymentManager(filename);
|
||||
deploymentManager.addDeployable(fc);
|
||||
|
|
|
@ -18,7 +18,9 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:activemq /schema/artemis-configuration.xsd">
|
||||
|
||||
|
||||
<core xmlns="urn:activemq:core">
|
||||
<persistence-enabled>false</persistence-enabled>
|
||||
<addresses>
|
||||
<address name="a">
|
||||
<anycast>
|
||||
|
@ -32,4 +34,5 @@
|
|||
</address>
|
||||
</addresses>
|
||||
</core>
|
||||
|
||||
</configuration>
|
Loading…
Reference in New Issue