I am currently working on migrating my company's production environment from JBoss 5 to Wildfly 10 and Java 6 to Java 8, I have heard that the domain operation mode may present some additional validations problems between exchanging messages between DC And HCs, Can anyone with more experience explore this matter and tell if domain mode can be disadvantageous and bring problems in the production environment?
I know that depends on the application and the infrastructure available, I will mention some features used by the application, EJB, JMS, Infinispan to hibernate entity caches, APIs with JAX-RS, I am also creating load balancing based on Metric (heap) with apache to direct the request between servers.
The Environment is composed of several clusters, some larger with about 15 wildfly servers and other smaller ones with 2 servers.
Thanks