Skip to content

Commit

Permalink
Issue #520
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrojdeCTL committed Nov 1, 2018
1 parent c16c399 commit 2d5a743
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_docs/guides/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ title: MDW Configuration
messenger: jms # required
jms.provider: ActiveMQ # required
threadpool.provider: MDW # required

# optional settings for activemq settings (leave
activemq:
location: activemq-data # Has to be relative to startup directory - default=../activemq-data
port: 61619 # default=61618
maxConnections: 10 # Max connections in JMS pool - default=8

# database connection information (below is typical for embedded db)
database:
Expand Down

0 comments on commit 2d5a743

Please sign in to comment.