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

Justin Ross commented on QPID-2732:
-----------------------------------

Approved for 0.10.  Reviewed by Rafi.

> JMS Client should implement the reliability option from the new addressing 
> scheme
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-2732
>                 URL: https://issues.apache.org/jira/browse/QPID-2732
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Client
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>            Priority: Minor
>
> The new addressing scheme defines the following reliability modes.
> unreliable: there may be duplicate messages, and there may also be missing 
> messages
> at-most-once: there may be missing messages, but there will be no duplicate 
> messages
> at-least-once: there may be duplicate messages, but there will be no missing 
> messages
> exactly-once: there will be no missing or duplicate messages
> The mapping to the 0-10 protocol is as follows.
> 1. For at-most-once (and unreliable) we need to use accept-mode=none.
> 2.  For at-least-once we use non auto-delete (i.e. auto-delete=*false*), and 
> accept-mode=explicit
> 3.  exactly-once is not yet supported.
> The default reliability mode is at-least-once.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to