I have used
http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/SendAndReceiveAMessage.html

to build a simple app that should listen for all messages, and echo them to the console ( server.registerApplication("*", "*", handler); ).


However, although I get a line from the connectionReceived method, and none from an output I added to the exceptionHandler, I do not get anything from my processMessage() code.


Java 1.8 on Ubuntu Server, with the latest HAPI library. I can confirm I am getting a message (admittedly it's MSA is "MSA|AA|245635223|Failure") with a Wireshark packet capture.


Any ideas what could be up ?

--
*Tom Chiverton*
Lead Developer
e:      t...@extravision.com <mailto:t...@extravision.com>
p:      0161 817 2922
t:      @extravision <http://www.twitter.com/extravision>
w:      www.extravision.com <http://www.extravision.com/>

Extravision - email worth seeing <http://www.extravision.com/>
Registered in the UK at: First floor, Tomorrow, MediaCityUK, Manchester, M50 2AB.
Company Reg No: 0‌‌5017214 VAT: GB 8‌‌24 5386 19

This e-mail is intended solely for the person to whom it is addressed and may contain confidential or privileged information. Any views or opinions presented in this e-mail are solely of the author and do not necessarily represent those of Extravision Ltd.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Hl7api-devel mailing list
Hl7api-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to