Archived

This forum has been archived. Please start a new discussion on GitHub.

How to forward a request to another remote server?

ENV
ICE: 3.7.1
JDK: 10.0
WINDOWS 10

My case:

Both NodeA and NodeC have a bidirectional connection to NodeB, all Node has a dispatch interceptor as default servant.

NodeA sends a message to NodeB by ice_invoke() with a context that indicate what's the message type, if NodeB cannot process this message type, it should forward the current request to NodeC。

So, how to forward the current request to NodeC?

Thanks

Comments