franz1981 commented on a change in pull request #2684: ARTEMIS-2358 - Add user and pass to database store to allow encryption URL: https://github.com/apache/activemq-artemis/pull/2684#discussion_r288558243
########## File path: tests/activemq5-unit-tests/src/test/java/org/apache/activemq/usecases/receiver-secured.xml ########## @@ -25,7 +25,7 @@ <broker brokerName="receiver" persistent="false" useJmx="true" allowTempAutoCreationOnSend="true" xmlns="http://activemq.apache.org/schema/core"> <networkConnectors> - <networkConnector uri="static:(tcp://localhost:62001)" userName="system" password="manager"/> + <networkConnector uri="static:(tcp://localhost:62001)" user="system" password="manager"/> Review comment: This doesn't seem related to this PR ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
