Rob Godfrey created QPID-6125:
---------------------------------

             Summary: [Java] Refactor AMQP 0-8/0-9/0-9-1 Support
                 Key: QPID-6125
                 URL: https://issues.apache.org/jira/browse/QPID-6125
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker, Java Client, Java Common
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey


The current AMQP 0-8/9/9-1 codec and protocol handling classes contain much 
duplication between the various flavours of AMQP 0-x and also work differently 
to the other protocols by using a "handler" class for each method, rather than 
having the method invoked on a connection or session object.

Now that no more versions extending the 0-8 line can be expected, we can tidy 
up this code, remove the duplications and migrate to a more common approach of 
invoking the methods on a connection object 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to