[jboss-jira] [JBoss JIRA] Updated: (JGRP-630) Setting option on MuxChannel (with Channel.setOpt(Channel.LOCAL, Boolean.FALSE) ) results in all MuxChannel not receiving any own messages
Vladimir Blagojevic (JIRA)
jira-events at lists.jboss.org
Wed Nov 21 07:52:18 EST 2007
[ http://jira.jboss.com/jira/browse/JGRP-630?page=all ]
Vladimir Blagojevic updated JGRP-630:
-------------------------------------
Summary: Setting option on MuxChannel (with Channel.setOpt(Channel.LOCAL,Boolean.FALSE) ) results in all MuxChannel not receiving any own messages (was: Setting option on MuxChannel (with Channel.setOpt(Channel.LOCAL,Boolean.FALSE) ) results in all MuxChannel not receiving any messages)
Description:
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.
was:
If an application creates a multiplexed channel and then sets an option on that channel:
Channel.setOpt(Channel.LOCAL,Boolean.FALSE)
then all messages destined to all MuxChannels on top of the same regular channel will be dropped.
Clarified that messages referred to are message that are destined to self.
> Setting option on MuxChannel (with Channel.setOpt(Channel.LOCAL,Boolean.FALSE) ) results in all MuxChannel not receiving any own messages
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JGRP-630
> URL: http://jira.jboss.com/jira/browse/JGRP-630
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 2.6
> Reporter: Vladimir Blagojevic
> Assigned To: Vladimir Blagojevic
> Fix For: 2.7, 2.6.1
>
>
> 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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list