After using RpcDispatcher,I can not receive the message from channel.send(),version 4.x #916
Answered
by
belaban
wayneju102
asked this question in
Q&A
|
After using RpcDispatcher,I can not receive the message from channel.send(), my custom receiver did not work which set by channel.setReceiver,and I also can not receive the message in the handle method which override by me in my customRpcDispatcher |
Answered by
belaban
Jul 23, 2025
Replies: 3 comments 7 replies
|
You cannot receive messages from the channel because they're consumed by RpcDispatcher. If you remove channel.setReceiver() you should be able to see invocations of |
4 replies
|
You can't receive messages via |
2 replies
|
You could send messages you'd want to send over a |
1 reply
Answer selected by
wayneju102
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You could send messages you'd want to send over a
JChannelas asynchronous method invocations viaRpcDispatcher.Alternatively, use a
ForkChannel[1].[1] http://www.jgroups.org/manual5/index.html#ForkChannel