You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/03/07 15:12:25 UTC

[camel] branch main updated: (chores) camel-jms: do not create test files in the component base dir

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 2552d61846c (chores) camel-jms: do not create test files in the component base dir
2552d61846c is described below

commit 2552d61846c8ef825abb1deb65d4c161706ebdec
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Mar 7 11:07:38 2023 -0300

    (chores) camel-jms: do not create test files in the component base dir
---
 .../org/apache/camel/component/jms/tx/artemis-security.xml          | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/components/camel-jms/src/test/resources/org/apache/camel/component/jms/tx/artemis-security.xml b/components/camel-jms/src/test/resources/org/apache/camel/component/jms/tx/artemis-security.xml
index 75f0a6aa44e..6a52d338ff3 100644
--- a/components/camel-jms/src/test/resources/org/apache/camel/component/jms/tx/artemis-security.xml
+++ b/components/camel-jms/src/test/resources/org/apache/camel/component/jms/tx/artemis-security.xml
@@ -22,6 +22,10 @@
 	<core xmlns="urn:activemq:core">
 
 		<persistence-enabled>false</persistence-enabled>
+		<journal-directory>target/tx/data</journal-directory>
+		<bindings-directory>target/tx/data/bindings</bindings-directory>
+		<paging-directory>target/tx/data/paging</paging-directory>
+		<large-messages-directory>target/tx/data/large-messages</large-messages-directory>
 
 		<acceptors>
 			<acceptor name="in-vm">vm://999</acceptor>
@@ -77,4 +81,4 @@
 
 	</core>
 
-</configuration>
\ No newline at end of file
+</configuration>