GitHub user tompahoho opened a pull request:

    https://github.com/apache/camel/pull/957

    Added files via upload

    The need for configure Thread.sleep and the counter in  method 
waitForProvisionCorrelationToBeUpdated in class ReplyManagerSupport. 
    
    When the correlation map is not updated due to that the counterpart do not 
respond. Every Thread will stall for 5 sec.(Counter hardcoded to 50 and 
Thread.sleep set to 100ms.) When the responding system do not answer for a 
while we don't want all these threads to hang so long. When the responding 
system starts working again we will be able to go through new JMS messages 
instead of having threads to be stalled for 5 sec.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tompahoho/camel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/957.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #957
    
----
commit 1ab8ea7b7787dcc46bfa815f8c5c81312fd8528f
Author: tompahoho <leif.thomas.h...@gmail.com>
Date:   2016-04-25T08:44:28Z

    Added files via upload
    
    hardcoded values of waitForProvisionCorrelationToBeUpdated can now be 
configured.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to