Sidebar

Is acknowledgement recommended for messages passing between channels?

0 votes
342 views
asked Aug 20, 2021 by lewis-s-9714 (1,020 points)
When we pass messages between channels we often use an acknowledgement script but I'm wondering if it's really doing anything for us. Are there advantages to having an acknowledgement even though the messages are just hopping from one port to the other in the same location?

1 Answer

0 votes
 
Best answer
It is a good practice to use acknowledgments with MLLP. One scenario that could be an issue would be if the receiving channel was stopped by someone that did not realize the sending entity was another channel.

If you are using REST connections then you may not need an acknowledgment.
answered Aug 20, 2021 by michael-h-5027 (14,350 points)
selected Aug 20, 2021 by lewis-s-9714
...