You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2013/10/02 00:28:26 UTC

[jira] [Commented] (AMQ-4767) Extend ActiveMQ Client library to do _real_ per message acknowledgements

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

Timothy Bish commented on AMQ-4767:
-----------------------------------

ActiveMQ already has an acknowledge mode in ActiveMQSession for INDIVIDUAL_ACKNOWLEDGE

http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQSession.html


> Extend ActiveMQ Client library to do _real_ per message acknowledgements
> ------------------------------------------------------------------------
>
>                 Key: AMQ-4767
>                 URL: https://issues.apache.org/jira/browse/AMQ-4767
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker
>    Affects Versions: 5.8.0
>         Environment: All
>            Reporter: Matt Pavlovich
>
> It would be really helpful to have a per-message acknowledgement that did not acknowledge all previous messages.. this would be an ActiveMQ-only acknowledgement mode.
> Really handy for Camel to do things like 
>  from: activemq:queue:My.Queue?concurrentConsumers=5&amp; acknowledgementModeName=MESSAGE_TRANSACTED
>      to: jetty:http://somewebendpoint/
> and have quasi-transacted behavior



--
This message was sent by Atlassian JIRA
(v6.1#6144)