You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Kim van der Riet (JIRA)" <qp...@incubator.apache.org> on 2007/01/12 23:16:27 UTC

[jira] Updated: (QPID-288) Refactoring for Request Response is incomplete in clustering

     [ https://issues.apache.org/jira/browse/QPID-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim van der Riet updated QPID-288:
----------------------------------

    Issue Type: Task  (was: Bug)

> Refactoring for Request Response is incomplete in clustering
> ------------------------------------------------------------
>
>                 Key: QPID-288
>                 URL: https://issues.apache.org/jira/browse/QPID-288
>             Project: Qpid
>          Issue Type: Task
>          Components: Java Clustering
>            Reporter: Kim van der Riet
>
> Two places need attention:
> 1. MinaBrokerProxy.java line 66:
>         _legacyHandler = new ClientHandlerRegistry(local, null);
>     The ClientHandlerRegistry class is derived from the client's AMQStateManager class, and this class now requires a ProtocolInitiation object as its second parameter. It has been made null for now.
> 2. ClusterBuilder.java line 49:
>         return new ServerHandlerRegistry(getHandlerFactory(), null, null, null);
>     The ServerHandlerRegistry class is derived from the server's AMQStateManager class, and this class now requires a QueueRegistry, an ExchangeRegistry and a ProtocolInitiation object as its additional parameters. These have been made null for now.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira