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 81224946ce1 (chores) camel-jms: fix misconfigured Artemis broker
instance
81224946ce1 is described below
commit 81224946ce1d44fa02af9d28754343c716082cd8
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sun May 12 13:19:23 2024 +0200
(chores) camel-jms: fix misconfigured Artemis broker instance
The lack of address policy may cause the JMS tests to hang indefinitely if
there is insufficient disk space available on the host running the tests
---
.../jms/integration/spring/tx/security/artemis-security.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git
a/components/camel-jms/src/test/resources/org/apache/camel/component/jms/integration/spring/tx/security/artemis-security.xml
b/components/camel-jms/src/test/resources/org/apache/camel/component/jms/integration/spring/tx/security/artemis-security.xml
index 6a52d338ff3..f5fdaecb6ec 100644
---
a/components/camel-jms/src/test/resources/org/apache/camel/component/jms/integration/spring/tx/security/artemis-security.xml
+++
b/components/camel-jms/src/test/resources/org/apache/camel/component/jms/integration/spring/tx/security/artemis-security.xml
@@ -26,11 +26,19 @@
<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>
+ <max-disk-usage>98</max-disk-usage>
+
<acceptors>
<acceptor name="in-vm">vm://999</acceptor>
</acceptors>
+ <address-settings>
+ <address-setting match="#">
+ <address-full-policy>FAIL</address-full-policy>
+ </address-setting>
+ </address-settings>
+
<security-settings>
<!-- any user can have full control of generic topics
-->
<security-setting match="#">