Eliminate the UnknownMessageTypeException from o.a.q.server.protocol package
----------------------------------------------------------------------------

                 Key: QPID-2783
                 URL: https://issues.apache.org/jira/browse/QPID-2783
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
    Affects Versions: 0.7
            Reporter: Sorin Suciu
            Priority: Minor
             Fix For: 0.7


The UnknownMessageTypeException is only used in AMQProtocolEngine and uses 
AMQException in a deprecated fashion. As the framing layer is catching any 
throwable, we can replace it with a ClassCastException in the AMQProtocolEngine 
and remove that class as it is a bit misplaced in the protocol package.

-- 
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:[email protected]

Reply via email to