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/09/26 13:48:40 UTC

[jira] Created: (CAMEL-3161) Add check in DSL for end users not concat load balancers believing its one single load balancer

Add check in DSL for end users not concat load balancers believing its one single load balancer
-----------------------------------------------------------------------------------------------

                 Key: CAMEL-3161
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3161
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
            Priority: Minor
             Fix For: 2.6.0


For example if end user does

{code}
from("direct:start")
    .loadBalance().failover().roundRobin()
    .to(A, B, C);
{code}

And believing that he have configured the failover LB to use round robin mode. However what happens is there are 2 LB's.

In those cases Camel should throw an exception on startup that this is invalid.

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