Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored Nov 26, 2024
1 parent 71a2f70 commit 7827bfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion artemis/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 7827bfa

Please sign in to comment.