[
https://issues.apache.org/activemq/browse/AMQ-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mats Henrikson reopened AMQ-2352:
---------------------------------
Please note that JNDIConfiguration.java has had the user/password methods mixed
around as well, and also needs to be fixed:
http://svn.apache.org/viewvc/activemq/trunk/activemq-web/src/main/java/org/apache/activemq/web/config/JNDIConfiguration.java?revision=751656&view=markup
> it should be possible to specify userName and password in the
> webconsole-properties.xml
> ---------------------------------------------------------------------------------------
>
> Key: AMQ-2352
> URL: https://issues.apache.org/activemq/browse/AMQ-2352
> Project: ActiveMQ
> Issue Type: Improvement
> Affects Versions: 5.2.0
> Reporter: philippe tseyen
> Assignee: Dejan Bosanac
> Priority: Minor
> Fix For: 5.3.1, 5.4.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> file to adapt
> src\activemq-web-console\src\main\webapp\WEB-INF\webconsole-properties.xml
> <bean id="connectionFactory"
> class="org.apache.activemq.ActiveMQConnectionFactory">
> <property name="brokerURL" value="${webconsole.jms.url}"/>
> *<property name="userName" value="${webconsole.jms.userName}"/>*
> *<property name="password" value="${webconsole.jms.password}"/>*
> </bean>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.