Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
M2.1, M3, M4, 0.5
-
None
Description
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.