[jboss-jira] [JBoss JIRA] Closed: (JBCACHE-469) JGroups Channel reference to be obtained from a factory

Manik Surtani (JIRA) jira-events at lists.jboss.org
Wed Mar 28 12:01:11 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBCACHE-469?page=all ]

Manik Surtani closed JBCACHE-469.
---------------------------------

    Resolution: Won't Fix

Another factory is overkill here.  We already have a code block that looks for a MUX factory and attempts to do that; failing which it creates a channel directly.

> JGroups Channel reference to be obtained from a factory
> -------------------------------------------------------
>
>                 Key: JBCACHE-469
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-469
>             Project: JBoss Cache
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 1.2.4
>            Reporter: Manik Surtani
>         Assigned To: Manik Surtani
>             Fix For: 2.0.0.GA
>
>
> The JChannelFactory (will be available in JGroups 2.3 - see JGRP-112) should be used to get a channel instance.
> The JChannelFactory could be obtained by:
> 1) MBeanServer lookup (look up a JChannelFactoryMBean instance)
> JBossCache config will need:
> + JChannelFactoryMBean name
> + JGroups configured stack name
> JBossCache config will not need:
> - Cluster name
> - JGroups settings
> 2) JChannelFactory instantiation
> JBossCache config will need:
> + Cluster name
> + JGroups settings
> JBossCache config will not need:
> - JChannelFactoryMBean name
> - JGroups configured stack name

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