You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2008/12/04 12:57:45 UTC

[jira] Updated: (QPID-1111) (0.10 code path) Message.transfer sync flag should be used for synchronizing persistent messages

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

Marnie McCormack updated QPID-1111:
-----------------------------------

    Fix Version/s:     (was: M4)

> (0.10 code path) Message.transfer sync flag should be used for synchronizing persistent messages
> ------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1111
>                 URL: https://issues.apache.org/jira/browse/QPID-1111
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>
> Description:
> Currently persistent message are transfered and synchronization is achieved with the sync command that is issued once the message is transfered. It would be more efficient to set the message transfer sync flag instead as it would avoid sending the sync command. 
> Solution: 
> -set the message.transfer sync flag --> introduce a new messageTransfer method that set the sync flag 
> - still issue a sync that should however returns immediately as the broker should have confirmed the processing of the message 

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