-
we receive in
should the message go to an error queue if it is not recognized ? version is |
Beta Was this translation helpful? Give feedback.
Answered by
jbygdell
Apr 2, 2024
Replies: 2 comments 4 replies
-
It should probably be sent to The other side of this question is: What are we going to do with these messages? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ACK and send them to
catch_all.dead
, then we will see if we get any more new messages but they will not disturb the current functionality.