You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2016/09/23 21:56:20 UTC

[jira] [Created] (ARTEMIS-751) Cleanup Client classes from AMQP Implementation

clebert suconic created ARTEMIS-751:
---------------------------------------

             Summary: Cleanup Client classes from AMQP Implementation
                 Key: ARTEMIS-751
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-751
             Project: ActiveMQ Artemis
          Issue Type: Task
            Reporter: clebert suconic
            Assignee: clebert suconic


When I created artemis-proton-plug and the current implementation on artemis-amqp-protocol, the qpid-jms client was in its beginning and I had some difficulties on testing raw clients against the server, so I had some classes around to perform several client->server tasks.

I had to write some abstract model to support both client and server...

I also wrote it independently to be reused in other servers. 


Since there's no more need for the client part, I decided to do some simplifications over the class model.


- removing the artemis-proton-plug
- removng lots of interfaces that only have a single implementation
  * in a try to make the code easier to understand for developers working on it at the first time.



No semantics will be changed as part of this task.



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