The problem was with the from() producer. After enabling all the tracing
options as in http://camel.apache.org/tracer.html, I was able to understand
what was going on.

The actual code for the producer is:

    from("mina2:udp://<ip address>:514")

Somehow, with both mina and mina2, the source message is "echoed" back
between a random port and port 514.

Using Netty everything works as expected.




--
View this message in context: 
http://camel.465427.n5.nabble.com/Help-in-understanding-route-behaviour-tp5738936p5738988.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to