Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARTEMIS-2358 - Add user and pass to database store to allow encryption #2684

Closed
wants to merge 1 commit into from

Conversation

andytaylor
Copy link
Contributor

@@ -19,6 +19,12 @@ certificate this name is the name to which their certificate's DN maps. If
server will simply use whatever user name (if any) the client provides. This
option is `false` by default.

## Rejecting messages without a Validated user
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem related to this PR

@@ -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"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem related to this PR (as above)

@@ -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"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem related to this PR

@@ -25,7 +25,7 @@
<broker brokerName="sender" persistent="false" useJmx="true" xmlns="http://activemq.apache.org/schema/core">

<networkConnectors>
<networkConnector uri="static:(tcp://localhost:62002)" userName="system" password="manager">
<networkConnector uri="static:(tcp://localhost:62002)" user="system" password="manager">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem related to this PR

@andytaylor
Copy link
Contributor Author

Ive merged some changes from @franz1981 to deal with comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants