[
https://issues.apache.org/jira/browse/QPID-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104461#comment-13104461
]
Keith Wall commented on QPID-3486:
----------------------------------
We are going to change the Java broker so that it understands the command line
argument (--jmxconnectorport xxxx) and change the config.xml file so that it
understands:
{code}
<management>
<enabled>true</enabled>
<jmxport>
<registryServer>8999</registryServer>
<connectorServer>9099</connectionServer>
</jmxport>
....
</management>
{code}
> Make connector server port used for JMX configurable
> ----------------------------------------------------
>
> Key: QPID-3486
> URL: https://issues.apache.org/jira/browse/QPID-3486
> Project: Qpid
> Issue Type: Improvement
> Components: Java Broker
> Reporter: Keith Wall
> Assignee: Keith Wall
> Fix For: 0.13
>
>
> Make the connector server port used for JMX configurable. Currently the
> second port (used for the JMXConnectorServer itself) is chosen using a fixed
> offset of 100 from the first port (the 'management' port, used for the
> RMIRegistry). This can continue to be the default behavior, but the ability
> to specify the second port explicitly should be added.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]