Hi,
I am using fork channel api to fork my main channel. I have set it as a receiver using my implementation of reciever adapter. I can send and receive messages but cannot use the inherited method "viewAccepted" which should theoretically get invoked when there is a change in the jgroups view. But I do not get control to this method when I add a node or remove a node. However I still get control at my main channel's infinispan listerner class implementation annotated by @ViewChanged. This makes me confused.
What's your motivation for using fork channel API? This is an advanced JGroups API.