Skip to content

Commit

Permalink
Move message-bridge test related config into src/main application.pro…
Browse files Browse the repository at this point in the history
…perties
  • Loading branch information
jamesnetherton committed Jan 7, 2025
1 parent 51e945b commit 1adb4b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
6 changes: 5 additions & 1 deletion message-bridge/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ dummy.resource.directory=target/DummyXAResource
quarkus.transaction-manager.enable-recovery=true

# do not block artemis if there is less than 10% of free disk space
quarkus.artemis.devservices.extra-args=--no-autotune --mapped --no-fsync --java-options=-Dbrokerconfig.maxDiskUsage=-1
quarkus.artemis.devservices.extra-args=--no-autotune --mapped --no-fsync --java-options=-Dbrokerconfig.maxDiskUsage=-1

# Silence the logs from the in memory activemq broker
%test.quarkus.log.category."org.apache.activemq".level=FATAL
%test.ibm.mq.container.license=accept
19 changes: 0 additions & 19 deletions message-bridge/src/test/resources/application.properties

This file was deleted.

0 comments on commit 1adb4b4

Please sign in to comment.