Can we set in thread to try re-sending same message if there is any xlate error? We have a java class that is being called from our charges interface xlate and if there is any connection error in java class we are letting other charge messages to go throw while the errored ones are going to error db. We don’t want to miss the charge messages order so we would like to keep re-sending the same message until issue is fixed. Is there a setting for this?
Thanks!