cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can we notify other machines in a cluster setup with JGroups to get new or changed property?

Former Member
0 Likes
188

When I create or alter a local property from hac in a machine, I want to notify all other machines over this change and thus they should get new value. How can achieve this with JGroups or sth like?

Accepted Solutions (0)

Answers (1)

Answers (1)

Marko_salonen
Contributor
0 Likes

You cant because these parts work with different things: configuration is from files and ConfigurationService, cache invalidations are sent when some models are changing. Of course you could implement something your self but OOTB you would not find it.