[
https://issues.apache.org/activemq/browse/CAMEL-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62484#action_62484
]
Christian Mueller commented on CAMEL-3207:
------------------------------------------
Another possibility would be to instruct the broker to use another directory as
we do it (the interesting part is "broker.dataDirectory=target/activemq-data"):
{code:xml}
<bean id="connectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL"
value="vm://localhost?broker.persistent=true&broker.useJmx=false&broker.dataDirectory=target/activemq-data"/>
</bean>
{code}
Cheers,
Christian
> maven clean plugin should be configure to clean up the activemq-data directory
> ------------------------------------------------------------------------------
>
> Key: CAMEL-3207
> URL: https://issues.apache.org/activemq/browse/CAMEL-3207
> Project: Apache Camel
> Issue Type: Improvement
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Priority: Minor
> Fix For: 2.5.0
>
>
> When using ActiveMQ 5.4.x to run the test, you will get the activemq-data
> directory with the message storage file.
> Maven clean plugin should be configured to delete this directory when running
> 'mvn clean '.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.