You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2008/05/16 11:16:43 UTC

[jira] Created: (AMQ-1732) Add an Individual acknowledge mode for message consumption

Add an Individual acknowledge mode for message consumption
----------------------------------------------------------

                 Key: AMQ-1732
                 URL: https://issues.apache.org/activemq/browse/AMQ-1732
             Project: ActiveMQ
          Issue Type: New Feature
          Components: JMS client
            Reporter: Rob Davies
            Assignee: Rob Davies
             Fix For: 5.2.0


Add support for ActiveMQSession.INDIVIDUAL_ACKNOWLEDGE to enable acknowledgement of individual messages - as there isn't a clean way of acknowledging messages.

So when you call message.acknowledge() - it will only ack that message - as opposed to CLIENT_ACKNOWLEDGE with acknowledges all messages received up to that point by the session

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


[jira] Commented: (AMQ-1732) Add an Individual acknowledge mode for message consumption

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54464#action_54464 ] 

Bruce Snyder commented on AMQ-1732:
-----------------------------------

See [revision 657817|http://svn.apache.org/viewvc?view=rev&revision=657817] for a SVN changeset that also belongs to this issue. This changeset was not added to the Subversion commits tab due to an error in the commit log. 

> Add an Individual acknowledge mode for message consumption
> ----------------------------------------------------------
>
>                 Key: AMQ-1732
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1732
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: JMS client
>            Reporter: Rob Davies
>            Assignee: Rob Davies
>             Fix For: 5.2.0
>
>
> Add support for ActiveMQSession.INDIVIDUAL_ACKNOWLEDGE to enable acknowledgement of individual messages - as there isn't a clean way of acknowledging messages.
> So when you call message.acknowledge() - it will only ack that message - as opposed to CLIENT_ACKNOWLEDGE with acknowledges all messages received up to that point by the session

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


[jira] Issue Comment Edited: (AMQ-1732) Add an Individual acknowledge mode for message consumption

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42836#action_42836 ] 

rajdavies edited comment on AMQ-1732 at 5/19/08 6:07 AM:
----------------------------------------------------------

And SVN revision 657155, revision 657817

      was (Author: rajdavies):
    And SVN revision 657155
  
> Add an Individual acknowledge mode for message consumption
> ----------------------------------------------------------
>
>                 Key: AMQ-1732
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1732
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: JMS client
>            Reporter: Rob Davies
>            Assignee: Rob Davies
>             Fix For: 5.2.0
>
>
> Add support for ActiveMQSession.INDIVIDUAL_ACKNOWLEDGE to enable acknowledgement of individual messages - as there isn't a clean way of acknowledging messages.
> So when you call message.acknowledge() - it will only ack that message - as opposed to CLIENT_ACKNOWLEDGE with acknowledges all messages received up to that point by the session

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


[jira] Commented: (AMQ-1732) Add an Individual acknowledge mode for message consumption

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42836#action_42836 ] 

Rob Davies commented on AMQ-1732:
---------------------------------

And SVN revision 657155

> Add an Individual acknowledge mode for message consumption
> ----------------------------------------------------------
>
>                 Key: AMQ-1732
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1732
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: JMS client
>            Reporter: Rob Davies
>            Assignee: Rob Davies
>             Fix For: 5.2.0
>
>
> Add support for ActiveMQSession.INDIVIDUAL_ACKNOWLEDGE to enable acknowledgement of individual messages - as there isn't a clean way of acknowledging messages.
> So when you call message.acknowledge() - it will only ack that message - as opposed to CLIENT_ACKNOWLEDGE with acknowledges all messages received up to that point by the session

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


[jira] Resolved: (AMQ-1732) Add an Individual acknowledge mode for message consumption

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-1732.
-----------------------------

    Resolution: Fixed

Fixed by SVN revision 656980

> Add an Individual acknowledge mode for message consumption
> ----------------------------------------------------------
>
>                 Key: AMQ-1732
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1732
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: JMS client
>            Reporter: Rob Davies
>            Assignee: Rob Davies
>             Fix For: 5.2.0
>
>
> Add support for ActiveMQSession.INDIVIDUAL_ACKNOWLEDGE to enable acknowledgement of individual messages - as there isn't a clean way of acknowledging messages.
> So when you call message.acknowledge() - it will only ack that message - as opposed to CLIENT_ACKNOWLEDGE with acknowledges all messages received up to that point by the session

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


[jira] Commented: (AMQ-1732) Add an Individual acknowledge mode for message consumption

Posted by "Bonny Rais (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44180#action_44180 ] 

Bonny Rais commented on AMQ-1732:
---------------------------------

Would it be possible to add an ack mode to acknowledge all messages since last ack'ed message (but not all those delivered), sort of like a sliding window protocol?

> Add an Individual acknowledge mode for message consumption
> ----------------------------------------------------------
>
>                 Key: AMQ-1732
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1732
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: JMS client
>            Reporter: Rob Davies
>            Assignee: Rob Davies
>             Fix For: 5.2.0
>
>
> Add support for ActiveMQSession.INDIVIDUAL_ACKNOWLEDGE to enable acknowledgement of individual messages - as there isn't a clean way of acknowledging messages.
> So when you call message.acknowledge() - it will only ack that message - as opposed to CLIENT_ACKNOWLEDGE with acknowledges all messages received up to that point by the session

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