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

Andrew Hurst commented on CAMEL-3632:
-------------------------------------

Hi all, we have the following use-case: Our application processes Asynchronous 
events from a queue using Camel for the routing. We specify XX 
concurrentThreads available for this queue. If the threads block due to 
redelivery, it doesn't take long until no more threads are available and our 
application is effectively unavailable. We could design around this of course 
but we want to keep things simple. This great new option 
"asyncDelayedRedelivery" would mean our application can continue to serve new 
requests even when others are delivering and so having it available on JMS 
InOnly is invaluable to us.

Thanks
Andrew
                
> JmsConsumer in InOnly non transacted mode could potential support async 
> routing engine
> --------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3632
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3632
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jms
>    Affects Versions: 2.6.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0
>
>         Attachments: CAMEL-3632.patch
>
>
> The jms consumer which is not bound to send back a reply, and is *not* in 
> transacted mode, could leverage the async processing.

--
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

        

Reply via email to