cshannon commented on code in PR #2029:
URL: https://github.com/apache/activemq/pull/2029#discussion_r3275304059
##########
assembly/src/release/conf/activemq.xml:
##########
@@ -105,10 +149,15 @@
<transportConnectors>
<!-- DOS protection, limit concurrent connections to 1000 and
frame size to 100MB -->
<transportConnector name="openwire"
uri="tcp://0.0.0.0:61616?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/>
Review Comment:
This is plaintext by default now, we may want to add a comment at least
mentioning it's recommended to use SSL here and only use TCP for initial
testing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact