AMQ should not install a JMXConnectorServer for an MBeanServer it does not
create
---------------------------------------------------------------------------------
Key: AMQ-2085
URL: https://issues.apache.org/activemq/browse/AMQ-2085
Project: ActiveMQ
Issue Type: Bug
Components: JMX
Affects Versions: 5.3.0
Reporter: David Jencks
Assignee: David Jencks
Fix For: 5.3.0
ManagementContext tends to create a JMXConnectorServer whenever findMBeanServer
is called. This seems like really wrong behavior -- amq should not be setting
up jmx remoting on mbean servers it hasn't created, certainly not as a side
effect of something like creating a vm transport connection:
createConnector():365, ManagementContext.java
findMBeanServer():293, ManagementContext.java
getMBeanServer():148, ManagementContext.java
start():77, ManagementContext.java
start():458, BrokerService.java
doCompositeConnect():123, VMTransportFactory.java
doConnect():53, VMTransportFactory.java
doConnect():51, TransportFactory.java
connect():80, TransportFactory.java
createTransport():239, ActiveMQConnectionFactory.java
createActiveMQConnection():254, ActiveMQConnectionFactory.java
createConnection():181, ActiveMQConnectionFactory.java
makeConnection():79, ActiveMQConnectionSupport.java
makeConnection():61, ActiveMQConnectionSupport.java
createManagedConnection():169, ActiveMQManagedConnectionFactory.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.