You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2017/07/18 20:02:00 UTC

[jira] [Created] (QPID-7865) [Java Broker] Tidy-up AMQP 1.0 'Destination' classes

Rob Godfrey created QPID-7865:
---------------------------------

             Summary: [Java Broker] Tidy-up AMQP 1.0 'Destination' classes
                 Key: QPID-7865
                 URL: https://issues.apache.org/jira/browse/QPID-7865
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey


The AMQP 1.0 protocol code has an interface 'Destination' which acts as a superclass to both 'Sending' and 'Receiving' destinations.  There is no case where the type of Destination is not known, and, moreover, no need for any implementation to be both a sender and a receiver.

The implementations can be simplified by splitting the hierarchy and removing the super-interface.  Some responsibilities can also be moved into the implementations from the Session.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org