Hi Pawan,
You can take a look at this test[1].
And you can add to a jms endpoint[2] before the mock endpoint, then you
can store the UDP packet into a jms queue.
[1]https://svn.apache.org/repos/asf/camel/trunk/components/camel-mina/src/test/java/org/apache/camel/component/mina/MinaFileUdpTest.java
[2]http://camel.apache.org/jms.html
Willem
pawan269 wrote:
Hi Willem/Freeman,
Thanks for your help, what i am trying here write a component to read UDP
packet serialize it and pass it to a queue.
Can it be done by simple spring configuration? my camel-mina version is 1.6
Regards,
Pawan