Questions tagged [wildfly-cluster]

19 questions
0
votes
0 answers

Why does HornetQConnectionFactory client not do automatic failover?

I have clustered two wildfly9 servers, I want to use load-balancing and failover JMS feature in domain mode, config as below: master ip: 192.168.1.1 slave ip: 192.168.1.2 hornetq ver 2.4.7 wildfly 9 During while loop (send dummy msg) failover…
Alireza Alallah
  • 2,486
  • 29
  • 35
0
votes
1 answer

How setup WildFly 10 to automatic restart JVM after crash?

Please help, how to setup WildFly 10 for automatic restart after a JVM crash. We use the JNI interface for native applications and we has a periodicly crash JVM. Use full-ha and ha modes does't work. Аfter JVM-crash, we should manually start server.
0
votes
1 answer

Wildfly 10 as load balancer

How can we use wildfly10 as a load balance without mod_proxy, mod_jk, mod_cluster? I have 20 servers which are standalone and our requirement is to balance the load with wildfly 10 only.
0
votes
1 answer

Is a Batch Processing JSR 352 JobRepository in Wildfly scalable in Domain Mode?

I am about to implement a JSR 352 BatchJob which is supposed to run on Wildfly in Domain Mode with two nodes on separate machines. Will it be safe to use the same Jdbc JobRepository on each node via the JobOperator interface, or may there be…
Thomas
  • 620
  • 7
  • 19
1
2