[
https://issues.apache.org/jira/browse/CAMEL-7600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067841#comment-14067841
]
ASF GitHub Bot commented on CAMEL-7600:
---------------------------------------
GitHub user nkukhar opened a pull request:
https://github.com/apache/camel/pull/224
Fix for CAMEL-7600
Fixed QueueLoadBalancer issue when callback is not executed when processor
is not found.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nkukhar/camel CAMEL-7600
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/224.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 #224
----
commit 03a6b58269a0c8bda740ad7af1f32079cbcc3bc6
Author: nkukhar <[email protected]>
Date: 2014-07-20T07:56:09Z
Fixed QueueLoadBalancer issue when callback is not executed when processor
is not found.
----
> QueueLoadBalancer does not set callback
> ---------------------------------------
>
> Key: CAMEL-7600
> URL: https://issues.apache.org/jira/browse/CAMEL-7600
> Project: Camel
> Issue Type: Bug
> Components: camel-core, eip
> Affects Versions: 2.13.1
> Reporter: Adam Slomka
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.12.5, 2.13.3, 2.14.0
>
>
> QueueLoadBalancer needs to set callback before ending processing but when no
> processor is returned by chooseProcessor method, it only throws exception,
> which in turn makes it impossible to use it with onException.
> To fix it setException should be used instead of throwing exception.
--
This message was sent by Atlassian JIRA
(v6.2#6252)