I currently working on two FUSE project which is interconnected. so i've tried to send Datagram packet from one project to another project using apache Camel Mina udp endpoint with custom codec. My problem is that datagram packet is received by other project although it will throws the timeout exception in project1.
Please give me the Suggestion why it so happen and how to solve it????