Skip to content

Commit

Permalink
parameterized the whole activemq connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 29, 2013
1 parent d2d1751 commit 66cd218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcrepo-webapp/src/main/resources/config/activemq.xml
Expand Up @@ -111,7 +111,7 @@
<transportConnectors>
<!-- DOS protection, limit concurrent connections to 1000 and frame size to 100MB -->
<transportConnector name="openwire"
uri="tcp://0.0.0.0:${activemq.port:61616}?maximumConnections=1000&amp;wireformat.maxFrameSize=104857600"
uri="${activemq.openwire.connector:tcp://0.0.0.0:61616?maximumConnections=1000&amp;wireformat.maxFrameSize=104857600}"
/>
</transportConnectors>

Expand Down

0 comments on commit 66cd218

Please sign in to comment.