You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org> on 2008/08/15 11:37:44 UTC

[jira] Resolved: (QPID-1245) message prefetched into the synchronous queue don't get acked when a message listener is set

     [ https://issues.apache.org/jira/browse/QPID-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming resolved QPID-1245.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: M3

> message prefetched into the synchronous queue don't get acked when a message listener is set
> --------------------------------------------------------------------------------------------
>
>                 Key: QPID-1245
>                 URL: https://issues.apache.org/jira/browse/QPID-1245
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Rafael H. Schloming
>            Assignee: Rafael H. Schloming
>             Fix For: M3
>
>
> BasicMessageConsumer.setMessageListener(...) calls the listeners onMessage method directly rather than calling BMC.notifyMessage(...). Because of this preApplicationProcessing and postDeliver never get called, and the message never gets acked.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.