[jira] Created: (QPID-2185) JMX methods wrap AMQException in JMException, require that client JMX applications have access to the relevant class file

View: New views
1 Messages — Rating Filter:   Alert me  

[jira] Created: (QPID-2185) JMX methods wrap AMQException in JMException, require that client JMX applications have access to the relevant class file

by Qpid Developers mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

JMX methods wrap AMQException in JMException, require that client JMX applications have access to the relevant class file
-------------------------------------------------------------------------------------------------------------------------

                 Key: QPID-2185
                 URL: https://issues.apache.org/jira/browse/QPID-2185
             Project: Qpid
          Issue Type: Bug
          Components: AMQP Compliance, Java Management : JMX Console, Java Management : JMX Interface
    Affects Versions: 0.5, M4, M3, M2.1
            Reporter: Robbie Gemmell
            Priority: Minor


Several JMX methods on the broker either catch AMQException's and explicitly wrap them in a JMException, or simply fail to catch them but still declare they throw JMException and thus allow the JMX runtime to perform this wrapping itself. This results in the need for remote JMX applications to have access to the relevent AMQException class files, otherwise a ClassNotFoundException occurs when the AMQException is encountered and it is not possible to retrieve the exception information.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@...