This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new 670a15937a Disabled empty soace check for artemis in jta
670a15937a is described below
commit 670a15937abad047f820e851043dfe393eaefa70
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Mon Dec 8 13:48:56 2025 +0100
Disabled empty soace check for artemis in jta
---
integration-tests/jta/src/main/resources/application.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git a/integration-tests/jta/src/main/resources/application.properties
b/integration-tests/jta/src/main/resources/application.properties
index d1747d84cc..7ce135af10 100644
--- a/integration-tests/jta/src/main/resources/application.properties
+++ b/integration-tests/jta/src/main/resources/application.properties
@@ -25,3 +25,5 @@ quarkus.datasource.camel-ds.jdbc.transactions=xa
# Quarkus :: Artemis
quarkus.artemis.xa-enabled=true
+
+quarkus.artemis.devservices.extra-args=--no-autotune --mapped --no-fsync
--java-options=-Dbrokerconfig.maxDiskUsage=-1