GitHub user tompahoho opened a pull request:

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

    hardcoded values of waitForProvisionCorrelationToBeUpdated

    The need for configuring the sleeping time of 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.) We want the ability to configure these values to 
better suit our need.


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/973.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 #973
    
----
commit c6e7580185e58dc03211e4c39877a819c074880d
Author: Thomas Holm <thomas.h...@evry.com>
Date:   2016-05-04T10:07:56Z

    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