문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top