We are using ehcache replication for two different applications. The application A has cache 1, cache 2 in ehcache.xml. The application B has cache 1 in ehcache.xml. The application B does not have cache 2 in ehcache.xml.
For replication between two application, we are using same multicastGroupAddress and multicastGroupPort.
What will happen if we put data in cache 2 of Application A. Will it try to replicate data in Application B?