You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Peter Billen (JIRA)" <ji...@apache.org> on 2018/12/26 15:49:00 UTC

[jira] [Commented] (AMQ-4767) Extend ActiveMQ Camel component to support INDIVIDUAL_MESSAGE ack mode

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

Peter Billen commented on AMQ-4767:
-----------------------------------

It would be great to have the possibility to manually acknowledge as well. This allows us to propagate a message to a SEDA queue, process asynchronously and acknowledge when done.

 

See my use case here: https://github.com/pbillen/playground-queue-parallel-processing-ordered#c-rabbitmqactivemq--sticky-load-balancer--in-memory-seda-queues

> Extend ActiveMQ Camel component to support INDIVIDUAL_MESSAGE ack mode
> ----------------------------------------------------------------------
>
>                 Key: AMQ-4767
>                 URL: https://issues.apache.org/jira/browse/AMQ-4767
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: activemq-camel
>    Affects Versions: 5.8.0
>         Environment: All
>            Reporter: Matt Pavlovich
>            Priority: Major
>             Fix For: 5.x
>
>
> 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=INDIVIDUAL_MESSAGE
>      to: jetty:http://somewebendpoint/
> and have quasi-transacted behavior



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)