If an application creates a multiplexed channel and then sets an option on that channel:
Channel.setOpt(Channel.LOCAL,Boolean.FALSE)
then all messages originating from all MuxChannels and destined to all MuxChannels on top of the same regular channel will be dropped.