From 7827bfab48f0cac9f94a78b0b7ff758d509f4a82 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Tue, 26 Nov 2024 10:54:34 +0100 Subject: [PATCH] Update application.properties --- artemis/src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/artemis/src/main/resources/application.properties b/artemis/src/main/resources/application.properties index fb8fd19bd..7f3f0fba2 100644 --- a/artemis/src/main/resources/application.properties +++ b/artemis/src/main/resources/application.properties @@ -24,4 +24,7 @@ spring.artemis.port=61616 spring.artemis.user=test spring.artemis.password=test spring.artemis.embedded.enabled=true -spring.artemis.embedded.queue=SCIENCEQUEUE \ No newline at end of file +spring.artemis.embedded.queue=SCIENCEQUEUE + +# spring.artemis comes with connection pooling out of the box. This can be configured, see more at: +# https://docs.spring.io/spring-boot/reference/messaging/jms.html#messaging.jms.artemis