mpetavy
Results
1
issues of
mpetavy
mllp
2
I try to run the HL7 tutorial sample with a TCP Mllp endpoint as source. Modified SampleRouteBuilder.groovy ``` from("mina2:tcp://localhost:7000?sync=true") // from('file:target/input') .convertBodyTo(String) .to('direct:input') ``` Modified pom.xml: Add dependency for MLLP...
question