#2989 - Switching to mina2 for Camel examples
This commit is contained in:
parent
392b1ebef3
commit
334c9c6671
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue