Hi there,

Our customer changed the HL7 message format from 2.3 to 2.7 and I having
some issue with new message format. Basically we was able to route message
using mina2 protocols in this way:

<route>
<from
uri="mina2:tcp://10.124.199.40:2575?sync=true&amp;codec=#hl7codec&amp;minaLogger=true"
/>
[...]
</route>

and it worked fine untile the upgrade of message standard. Indeed, changing
the format from 2.3 to 2.7 it doesn't work, we get this DEBUG message:

 2014-01-09 08:36:40,717 DEBUG HL7MLLPDecoder [104]  - Start scanning buffer
at position 0
 2014-01-09 08:36:40,718 DEBUG HL7MLLPDecoder [56]  - No complete message in
this packet

We are using HAPI as message parser and I'm afraid it should be the problem
but, in this case, what I'm expecting is that Camel should be able to route
the message though mina2 and, when we read HL7 message from our business
classes catch an exception. But it doesn't, it seems that mina2 is not able
to routes the message.

Any clue with that?

thanks,
Andrea



--
View this message in context: 
http://camel.465427.n5.nabble.com/HL7-v-2-7-with-mina2-tp5745900.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to