We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a2f70 commit 7827bfaCopy full SHA for 7827bfa
artemis/src/main/resources/application.properties
@@ -24,4 +24,7 @@ spring.artemis.port=61616
24
spring.artemis.user=test
25
spring.artemis.password=test
26
spring.artemis.embedded.enabled=true
27
-spring.artemis.embedded.queue=SCIENCEQUEUE
+spring.artemis.embedded.queue=SCIENCEQUEUE
28
+
29
+# spring.artemis comes with connection pooling out of the box. This can be configured, see more at:
30
+# https://docs.spring.io/spring-boot/reference/messaging/jms.html#messaging.jms.artemis
0 commit comments