Skip to content

Question regarding specific automatic reprocessing of messages based on destination response #4574

Answered by jonbartels
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Yes there is.

Check out post 9 from narupley on the old forum thread at https://forums.mirthproject.io/forum/mirth-connect/support/16942-

That example shows how to write a response transformer to queue and retry a message. For your use case you would also want to inspect the content of msg (that should be the error returned) and queue/error as you need to.

Note that you will often have to set your response datatype to RAW. When the datatype is RAW the response connector always runs. If it is some other datatype and the response is not that exact type, the connector will not run.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant