Re: [HAPI-devel] Thread Safe Queue for HL7 messages

2024-02-07 Thread Thomas, Patrick R via Hl7api-devel
Thanks for the feedback, Mike and Stewart. I use JMS message queues in other parts of the application. I had thought of that as a possible design. I wanted to check that I wasn't overlooking an existing solution and reinventing the wheel. Thank you, Patrick R. Thomas

Re: [HAPI-devel] Thread Safe Queue for HL7 messages

2024-02-07 Thread Stewart Anderson via Hl7api-devel
Haven't used HAPI in the raw for a while now, but I think it is focused on the serialisation of HL7, there is an MLLP Sender/receiver, but if you want to write then to a queue, after or before receipt/send, you'd need to handle the queue yourself. JMS or ActiveMQ/Rabbit etc. There are tons