Shankar S
Shankar S

Reputation: 133

Wildfly Infinispan cache compatibility

In Infinispan 6.0.x version is there but what is property for in wildfly 8.2 ?

Thanks&Regards Shankar

Upvotes: 0

Views: 228

Answers (1)

wfink
wfink

Reputation: 357

A cluster between infinispan and wildfly? Both have different purpose. Infispan as a DataGrid and WildFly as an application server. Both use JGroups as underlying cluster communication but you should separate it.

Or did you mean you access the cache within an infinispan server from different clients?

Upvotes: 0

Related Questions