-
1. Re: How to configure HA for messaging with wildfly instances running in domain mode
jbertram May 11, 2017 1:25 PM (in response to wwang2016)You should be able to parameterize individual hosts using <system-properties>.
-
2. Re: How to configure HA for messaging with wildfly instances running in domain mode
wwang2016 May 11, 2017 1:34 PM (in response to jbertram)Hi Justin,
The default domain.xml currently has the section for messaging configuration, but the host.xml has none.
<subsystem xmlns="urn:jboss:domain:messaging-activemq:1.0">
<server name="default">
...
</subsystem>
In order to do it, we will need to remove this section from domain.xml and put it to host-master.xml and host-slave.xml? Is that true?
What is the relationship between domain.xml and host.xml? What configuration is better put in domain.xml vs host.xml?
Thanks,
Wayne
-
3. Re: How to configure HA for messaging with wildfly instances running in domain mode
jbertram May 11, 2017 1:49 PM (in response to wwang2016)Mr. Wang,
I can't answer your questions authoritatively as I've not worked with domains in quite a while. I just remember that some users solved the problem you're having by using system-properties.