Enable securing created JMX connector
-------------------------------------
Key: AMQ-3044
URL: https://issues.apache.org/activemq/browse/AMQ-3044
Project: ActiveMQ
Issue Type: New Feature
Components: Broker
Affects Versions: 5.4.1
Reporter: Dejan Bosanac
Assignee: Dejan Bosanac
Fix For: 5.5.0
When creating JMX connector (instead using platform one), we should be able to
secure the access with username and password like:
{code}
<managementContext>
<managementContext createConnector="true" connectorPort="2011"
jmxDomainName="test.domain">
<property xmlns="http://www.springframework.org/schema/beans"
name="environment">
<map xmlns="http://www.springframework.org/schema/beans">
<entry
xmlns="http://www.springframework.org/schema/beans"
key="jmx.remote.x.password.file" value="src/test/resources/jmx.password"/>
<entry
xmlns="http://www.springframework.org/schema/beans"
key="jmx.remote.x.access.file" value="src/test/resources/jmx.access"/>
</map>
</property>
</managementContext>
</managementContext>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.