Frage

I need a scenario where one node send a message and another node starts waiting to get the message.

Each node after getting message sent turns into listener and after receiving message it turns into publisher again.

War es hilfreich?

Lösung

Look on this RPC example. You will have to slightly modify it to exit listening and start publishing.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top