From 51eb1ac04d0fbf68a3404aee0dce5d9c45a0542e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 29 Sep 2016 16:28:40 +0100 Subject: [PATCH] Declare embedded queue up front in samples that use Artemis Closes gh-7063 --- .../src/main/resources/application.properties | 3 ++- .../src/main/resources/application.properties | 1 + .../src/main/resources/application.properties | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/resources/application.properties index 03d6037e936..8889971d3d8 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/resources/application.properties @@ -1 +1,2 @@ -logging.level.com.atomikos=WARN \ No newline at end of file +logging.level.com.atomikos=WARN +spring.artemis.embedded.queues=accounts \ No newline at end of file diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/resources/application.properties index e69de29bb2d..66db4c7ada5 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/resources/application.properties @@ -0,0 +1 @@ +spring.artemis.embedded.queues=accounts \ No newline at end of file diff --git a/spring-boot-samples/spring-boot-sample-jta-narayana/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-jta-narayana/src/main/resources/application.properties index cac39b5dc16..c7c3a91e591 100644 --- a/spring-boot-samples/spring-boot-sample-jta-narayana/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-jta-narayana/src/main/resources/application.properties @@ -1 +1,2 @@ +spring.artemis.embedded.queues=accounts logging.level.com.arjuna=INFO \ No newline at end of file