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

Re: Camel route with mina2 and HL7codec not working

2014-09-02 Thread Claus Ibsen
Hi I dont see that your hl7 test data matches the expected end bytes - there are 2 end bytes, which you must provide, see: http://camel.apache.org/hl7 On Wed, Sep 3, 2014 at 12:55 AM, gnsandeep wrote: > > Hi, > > I have created below camel-context.xml file .Camel context and route is > started w