I am extending the PastryMessageHandler.java:
If a certain message (newly implemented by me) is detected at a node, the node has to stop the forwarding/routing of that message.
How would be the best way to prevent the further routing of a message?
I can't find appropriate code in the PastryMessageHandler.java, that would perform such a task.
Best regards