You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/12/31 12:15:47 UTC

[jira] Updated: (CAMEL-3456) support long-running InOut requests over jms

     [ https://issues.apache.org/jira/browse/CAMEL-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3456:
-------------------------------

    Fix Version/s: 3.0.0
       Issue Type: New Feature  (was: Improvement)

> support long-running InOut requests over jms
> --------------------------------------------
>
>                 Key: CAMEL-3456
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3456
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-jms
>            Reporter: Jim Newsham
>             Fix For: 3.0.0
>
>
> Long-running requests (requests which take many minutes or possibly hours) over jms are currently problematic:
> * When the "requestTimeout" parameter on the producer is exceeded, the producer will give up waiting for a response and log an exception.  To prevent this, the requestTimeout parameter could be set to a much higher value, but this doesn't seem reasonable, because the producer needs some way to know when the consumer is not really handling the request; the 20 second default for this parameter seems reasonable for this purpose.  Instead, there should probably  be some way for the consumer to communicate to the producer that the long-running request is still in progress.  I would suggest that the jms consumer could automatically send a periodic heartbeat message to the producer to let it know that the request is still being handled.
> * Long-running requests which occupy a pooled thread while waiting can exhaust the thread pool.  
> * If Camel is restarted, the exchange will be lost.
> See http://camel.465427.n5.nabble.com/long-running-requests-over-jms-td3312711.html

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