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