public void testSendA19() throws Exception {
SimpleRegistry registry = new SimpleRegistry();
HL7MLLPCodec codec = new HL7MLLPCodec();
codec.setCharset("iso-8859-1");
codec.setConvertLFtoCR(true);
registry.put("hl7codec", codec);
CamelContext camelContext = new DefaultCamelContext(registry);
camelContext.start();
ProducerTemplate template = camelContext.createProducerTemplate();