Messages received multiple times #6355
-
We have been having a problem with two of our channels. They are both TCP Listeners receiving messages from two different sources. We end up receiving some messages multiple times - anywhere from 2 to 3000 times. They are identical messages, so I believe the sender is resending because they didn't get the appropriate ACK in a timely manner. Can anyone suggest what we should be looking at or what settings we can change to avoid this happening? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
you really need to ask the other side. |
Beta Was this translation helpful? Give feedback.
-
A few things:
|
Beta Was this translation helpful? Give feedback.
If it's only happening on some of the messages, you typically need to ask the other side what they're seeing. you could of course tune the timeouts. they might need to do the same on their side as well.