[jboss-jira] [JBoss JIRA] Commented: (JGRP-385) Concurrent stack: provide OOB method calls for RpcDispatcher and MessageDispatcher

Bela Ban (JIRA) jira-events at lists.jboss.org
Fri Feb 16 03:54:30 EST 2007


    [ http://jira.jboss.com/jira/browse/JGRP-385?page=comments#action_12353318 ] 
            
Bela Ban commented on JGRP-385:
-------------------------------

Not needed in MessageDispatcher because the Message passed to castMessage() as argument can be made OOB:
Message msg;
msg.setFlag(Message.OOB);
dispatcher.castMessage(msg, ...);

Still needed for RpcDispatcher

> Concurrent stack: provide OOB method calls for RpcDispatcher and MessageDispatcher
> ----------------------------------------------------------------------------------
>
>                 Key: JGRP-385
>                 URL: http://jira.jboss.com/jira/browse/JGRP-385
>             Project: JGroups
>          Issue Type: Feature Request
>    Affects Versions: 2.4
>            Reporter: Bela Ban
>         Assigned To: Bela Ban
>             Fix For: 2.5
>
>
> E.g. RcpDispatcher.callRemoteMethods(..., boolean oob)

-- 
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