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: [email protected]
For additional commands, e-mail: [email protected]