-
I tried putting this code in the response transformer but it never seems to even go in there `logger.error('in response tranformer'); if (connectorMessage.getSendAttempts() >= 5) I want the message to error after 5 attempts. Is there another way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
pacmano1
Oct 15, 2021
Replies: 2 comments
-
Is your response data type set to raw? Otherwise won't fire. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rutledj
-
Yep. that worked. Thx. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your response data type set to raw? Otherwise won't fire.