(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
Fix For: M3
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.