[
https://jira.jboss.org/jira/browse/ISPN-185?page=com.atlassian.jira.plugi...
]
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