Unused JMX instrumentation in Qpid broker
-----------------------------------------
Key: QPID-1149
URL: https://issues.apache.org/jira/browse/QPID-1149
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: M3
Environment: Ubuntu 8.04
Reporter: Lahiru Gunathilake
Fix For: M3
Following classes written in order to instrument class Connection. There are
number of classes and interfaces implemented but never used to register the
mbeans.Here is the class structure.
ManagedConnection Interface - contains all the management attributes and
mangement methods
AMQProtocolSessionMBean - extends AMQMangedObject implements ManagedConnection
: This the class which is going to be instrument.
AMQMinoProtocolSession - this class is having an instance of
AMQProtocolSessionMBean and register the mbean object.
But this implementation is never used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.