[infinispan-issues] [JBoss JIRA] Commented: (ISPN-185) Need to provide a mechanism in which a JGroups channel can be passed in.
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Fri Oct 30 10:51:19 EDT 2009
[ https://jira.jboss.org/jira/browse/ISPN-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12492306#action_12492306 ]
Manik Surtani commented on ISPN-185:
------------------------------------
Implemented using org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
In your Infinispan config, you can specify this lookup by:
<transport ....>
<properties>
<property name="channelLookup" value="com.blah.MyJGroupsChannelLookup" />
</properties>
</transport>
> Need to provide a mechanism in which a JGroups channel can be passed in.
> ------------------------------------------------------------------------
>
> Key: ISPN-185
> URL: https://jira.jboss.org/jira/browse/ISPN-185
> Project: Infinispan
> Issue Type: Task
> Affects Versions: 4.0.0.BETA1
> Reporter: Manik Surtani
> Assignee: Manik Surtani
> Fix For: 4.0.0.CR2, 4.0.0.GA
>
>
> Analogous to the old JBoss Cache RuntimeConfig bean. Necessary for systems where a channel is already created and existing, and needs to be reused.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list