Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3044

Enable securing created JMX connector

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.4.1
    • 5.4.2
    • Broker
    • None

    Description

      When creating JMX connector (instead using platform one), we should be able to secure the access with username and password like:

          <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>
      

      Attachments

        Activity

          People

            dejanb Dejan Bosanac
            dejanb Dejan Bosanac
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: