Re: Camel route with mina2 and HL7codec not working

2014-09-03 Thread gnsandeep
Hi, Thanks for your reply.After adding the second end byte it works fine. I thought I should be getting some error in logs when i don't send the second end byte. Can you please help with below questions Can I avoid second end byte by setting some property in mina2 codec bean? Is the second end

Camel route with mina2 and HL7codec not working

2014-09-02 Thread gnsandeep
Hi, I have created below camel-context.xml file .Camel context and route is started without any errors. when I send Hl7 message from java client nothing happens- i dont see any logs, exception nor mesaage in java code which is listening on 9020. Can someone please help on how to debug this java