Skip to content

Commit

Permalink
Updated the comment being added.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvahdat committed May 21, 2013
1 parent 60696c8 commit 1a4ae04
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ public void configure() throws Exception {

// after the execution of the following line we see a stacktrace of MinaProducer failing to get the Mina IoSession
// as the MinaConsumer of the route "controller1" is already gone. however as we've got a failover load balancer
// (inside camel-context.xml) the MinaConsumer of other route "controller2" will kick in
// (inside camel-context.xml) the MinaConsumer of other route "controller2" will just kick in automatically
response = inputEndpoint.requestBody("mina:tcp://localhost:9000?textline=true&sync=true", request);

assertEquals("Incorrect response from controller 2", expectedResponse2, response);
Expand Down

0 comments on commit 1a4ae04

Please sign in to comment.