You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2010/05/21 13:20:17 UTC

[jira] Created: (QPID-2623) Implement 'JMSXDeliveryCount'

Implement 'JMSXDeliveryCount'
-----------------------------

                 Key: QPID-2623
                 URL: https://issues.apache.org/jira/browse/QPID-2623
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker, Java Client
            Reporter: Martin Ritchie


This optional JMS property is not currently supported in Qpid, 
>From the JMS spec this an int sent by Provider on Receive and represents  'The number of message delivery attempts; the first is 1, the second 2,...'

Whilst incrementing the delivery count for all messages as they enter the prefetch is a little annoying it does seem to be within the spirit of 'delivery attempt'. There is no suggestion that only messages that are actually given to the client application need to be incremented.


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


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


[jira] Issue Comment Edited: (QPID-2623) Implement 'JMSXDeliveryCount'

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869950#action_12869950 ] 

Martin Ritchie edited comment on QPID-2623 at 5/21/10 7:37 AM:
---------------------------------------------------------------

See ActiveMQ's discussion on this here : https://issues.apache.org/activemq/browse/AMQ-1730

      was (Author: ritchiem):
    See ActiveMQ's discussion on this here : AMQ-1730
  
> Implement 'JMSXDeliveryCount'
> -----------------------------
>
>                 Key: QPID-2623
>                 URL: https://issues.apache.org/jira/browse/QPID-2623
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client
>            Reporter: Martin Ritchie
>
> This optional JMS property is not currently supported in Qpid, 
> From the JMS spec this an int sent by Provider on Receive and represents  'The number of message delivery attempts; the first is 1, the second 2,...'
> Whilst incrementing the delivery count for all messages as they enter the prefetch is a little annoying it does seem to be within the spirit of 'delivery attempt'. There is no suggestion that only messages that are actually given to the client application need to be incremented.

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


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


[jira] Commented: (QPID-2623) Implement 'JMSXDeliveryCount'

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869950#action_12869950 ] 

Martin Ritchie commented on QPID-2623:
--------------------------------------

See ActiveMQ's discussion on this here : AMQ-1730

> Implement 'JMSXDeliveryCount'
> -----------------------------
>
>                 Key: QPID-2623
>                 URL: https://issues.apache.org/jira/browse/QPID-2623
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client
>            Reporter: Martin Ritchie
>
> This optional JMS property is not currently supported in Qpid, 
> From the JMS spec this an int sent by Provider on Receive and represents  'The number of message delivery attempts; the first is 1, the second 2,...'
> Whilst incrementing the delivery count for all messages as they enter the prefetch is a little annoying it does seem to be within the spirit of 'delivery attempt'. There is no suggestion that only messages that are actually given to the client application need to be incremented.

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


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