[HAPI-devel] Configure message validation

2017-01-26 Thread Jonny Rylands
Hi Is it possible to disable or configure message content validation so that messages which fail validation continue to be sent to the receiving application? Here’s a bit of background: I have an HL7 service which receives messages over MLLP, does some processing, and forwards them to another

Re: [HAPI-devel] Tying a received message to a connection

2016-12-06 Thread Jonny Rylands
James – many thanks for your help. Regards Jonny From: James Agnew Date: Tuesday, 6 December 2016 at 16:00 To: Jonny Rylands Cc: "hl7api-devel@lists.sourceforge.net" Subject: Re: [HAPI-devel] Tying a received message to a connection Hi Jonny, Have a look at MetadataKeys.java. Th

[HAPI-devel] Tying a received message to a connection

2016-12-06 Thread Jonny Rylands
Hi folks I have a small HAPI based server application to receive messages and forward them to another destination. I was wondering, is there a way to tie together Connections that are notified to the ConnectionListener with Messages that are notified to the ReceivingApplication? I’d like to b