If there are n-nodes in a Cluster and I am routing some messages to them, is there a way to track which message has been sent to which node from within the Cluster Router(RoundRobinPool or any other if available).
i.e After sending all the messages, at last, I need a list something like..
'message-1,4,7 has been sent to A-node',
'message-2,5,8 to B-node',
'message-3,6,9 to C-node' and so on.
Any help would be greatly appreciated.