rbeckman-nextgen / test-mc6

0 stars 0 forks source link

JavaScript Batch Script does not execute with TCP listener #4116

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

I have a custom batch script for HL7v2 messages that tested successfully when sending a message directly to it from the View Messages screen in the Administrator. When I tried sending the channel messages via TCP (I tried both MLLP and Basic) the unsplit messages were dispatched. Adding a logging statement into the split script verified that it was not executing.

If I split it into two channels, the first with a TCP listener and channel writer, the second with a channel reader and batch splitter, it works correctly, but the point of the batch splitter is to avoid having two channels.

Imported Issue. Original Details: Jira Issue Key: MIRTH-4264 Reporter: agermano Created: 2018-04-25T23:07:18.000-0700