You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/12/04 10:18:58 UTC

[jira] [Commented] (QPID-7572) [Java Broker] Refactor Consumer related interfaces

    [ https://issues.apache.org/jira/browse/QPID-7572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15719701#comment-15719701 ] 

ASF subversion and git services commented on QPID-7572:
-------------------------------------------------------

Commit 1772514 from [~godfrer] in branch 'java/trunk'
[ https://svn.apache.org/r1772514 ]

QPID-7572 : Remove ConsumerImpl interface and add MessageInstanceConsumer

> [Java Broker] Refactor Consumer related interfaces
> --------------------------------------------------
>
>                 Key: QPID-7572
>                 URL: https://issues.apache.org/jira/browse/QPID-7572
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>             Fix For: qpid-java-6.2
>
>
> Currently there is an interface named ConsumerImpl... this is a very bad name :-)
> Replace ConsumerImpl with MessageInstanceConsumer (an interface reflecting the operations the transport layers need to perform on a consumer).  Consumer will extend MessageInstanceConsumer to reflect the operations which occur on a managed object.
> In general for a given type of MessageSource, the implementations of MessageInstance and MessageInstanceConsumer will be tightly coupled to the implementation of the MessageSource.  The transport layer will create a message instance consumer by calling addConsumer on the MessageSource with the transport layer target.



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

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