Skip to content

Commit 7827bfa

Browse files
authored
Update application.properties
1 parent 71a2f70 commit 7827bfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

artemis/src/main/resources/application.properties

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ spring.artemis.port=61616
2424
spring.artemis.user=test
2525
spring.artemis.password=test
2626
spring.artemis.embedded.enabled=true
27-
spring.artemis.embedded.queue=SCIENCEQUEUE
27+
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

Comments
 (0)