You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/12/12 13:13:43 UTC

[jira] Closed: (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 ]

Rob Godfrey closed QPID-288.
----------------------------

    Resolution: Fixed

> 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.
-
You can reply to this email to add a comment to the issue online.