Version: Cloverleaf 6.2
I am attempting to take a Simple ADT message in a thread named “ADT_INBOUND” and write some contents to an external database with a thread named “ADT_DB_OUT”. This works and the data is inserted.
However messages are marked as Failed, and looking at the output log I see an error similiar to “No destination route for trxid ” with destination ADT_INBOUND. Configure these in Route Replies”.
I can go into the ADT_DB_OUT thread and create a raw route to the ADT_INBOUND under route replies, but I would rather the outbound thread not attempt to generate replies as I’m not doing anything with them. Is this possible, or does anyone have any recommendations?