]
Galder Zamarreño updated ISPN-4782:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Server should use FORK instead of a Mux block
---------------------------------------------
Key: ISPN-4782
URL:
https://issues.jboss.org/browse/ISPN-4782
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 7.0.0.Beta2
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 7.0.0.CR1
The server jgroups subsystem uses a MuxChannel to multiplex messages to different
consumers on the same channel.
We should use the FORK protocol instead since it has many advantages (i.e. it is what
WildFly uses, it doesn't "dirty" the channel).