Hi all, I got the requirement to actually know the path of a message from a client to server(s). Is it possible to add a few bytes of data until the message reaches the server(s)? This way I will know if a message goes from A -> C -> D -> Q and A -> R -> S -> Q. This is for the optimization of node placements and maintenance.
Thank you in advance!