You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2011/03/31 15:46:05 UTC

[jira] [Created] (QPID-3173) add support for specifying a maximum for message number of delivery attempts before moving messages to a dead letter queue

add support for specifying a maximum for message number of delivery attempts before moving messages to a dead letter queue
--------------------------------------------------------------------------------------------------------------------------

                 Key: QPID-3173
                 URL: https://issues.apache.org/jira/browse/QPID-3173
             Project: Qpid
          Issue Type: New Feature
          Components: Java Broker, Java Client
            Reporter: Robbie Gemmell
             Fix For: Future


add support for specifying a maximum for message delivery attempts before moving messages to a dead letter queue.

At a basic level, the features will work as follows: the consumer track the number of times it has seen a message without successful delivery, and when this count is met/exceeded then during session rollback or recover it will cause the message to be rejected with request not to be requeued. The broker will be able to be configured when creating a queue as to whether or not it need support such dead-lettering and set up the requisite alternate exchange to route the messages to when they are rejected in this way. If enabled, then a fanout exchange will be created as the alternate exchange for the queue with a single queue bound, such that there is a 1:1 mapping of original queue and DLQ.

See QPID-2970 and children for reference and implementation work for older codebase.

--
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-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3173) add support for specifying a maximum for message number of delivery attempts before moving messages to a dead letter queue

Posted by "Robbie Gemmell (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-3173.
----------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: Future)
    
> add support for specifying a maximum for message number of delivery attempts before moving messages to a dead letter queue
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3173
>                 URL: https://issues.apache.org/jira/browse/QPID-3173
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Java Broker, Java Client
>            Reporter: Robbie Gemmell
>
> add support for specifying a maximum for message delivery attempts before moving messages to a dead letter queue.
> At a basic level, the features will work as follows: the consumer track the number of times it has seen a message without successful delivery, and when this count is met/exceeded then during session rollback or recover it will cause the message to be rejected with request not to be requeued. The broker will be able to be configured when creating a queue as to whether or not it need support such dead-lettering and set up the requisite alternate exchange to route the messages to when they are rejected in this way. If enabled, then a fanout exchange will be created as the alternate exchange for the queue with a single queue bound, such that there is a 1:1 mapping of original queue and DLQ.
> See QPID-2970 and children for reference and implementation work for older codebase.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3173) add support for specifying a maximum for message number of delivery attempts before moving messages to a dead letter queue

Posted by "Robbie Gemmell (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208898#comment-13208898 ] 

Robbie Gemmell commented on QPID-3173:
--------------------------------------

Resolving, this work was undertaken in a slightly different manner via newer JIRA QPID-3642
                
> add support for specifying a maximum for message number of delivery attempts before moving messages to a dead letter queue
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3173
>                 URL: https://issues.apache.org/jira/browse/QPID-3173
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Java Broker, Java Client
>            Reporter: Robbie Gemmell
>
> add support for specifying a maximum for message delivery attempts before moving messages to a dead letter queue.
> At a basic level, the features will work as follows: the consumer track the number of times it has seen a message without successful delivery, and when this count is met/exceeded then during session rollback or recover it will cause the message to be rejected with request not to be requeued. The broker will be able to be configured when creating a queue as to whether or not it need support such dead-lettering and set up the requisite alternate exchange to route the messages to when they are rejected in this way. If enabled, then a fanout exchange will be created as the alternate exchange for the queue with a single queue bound, such that there is a 1:1 mapping of original queue and DLQ.
> See QPID-2970 and children for reference and implementation work for older codebase.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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-subscribe@qpid.apache.org