#2989 - Switching to mina2 for Camel examples

This commit is contained in:
Viktor Klang 2013-02-18 13:43:09 +01:00
parent 392b1ebef3
commit 334c9c6671
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ public class MyEndpoint extends UntypedConsumerActor{
}
public MyEndpoint() {
this.uri = "mina:tcp://localhost:6200?textline=true";
this.uri = "mina2:tcp://localhost:6200?textline=true";
}
}
//#Consumer-mina