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_r288558142
##########
File path:
examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/readme.md
##########
@@ -73,7 +73,7 @@ This approach might be preferred if for example you only
have access to the 5.x
```xml
<bean id="5xConnectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL" value="tcp://localhost:61616"/>
- <property name="userName" value="admin"/>
+ <property name="user" value="admin"/>
Review comment:
This doesn't seem related to this PR (as above)
----------------------------------------------------------------
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