This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 7827bfa  Update application.properties
7827bfa is described below

commit 7827bfab48f0cac9f94a78b0b7ff758d509f4a82
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Nov 26 10:54:34 2024 +0100

    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 fb8fd19..7f3f0fb 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

Reply via email to