Hello guys! We are using Apache ServiceMix (Fuse ESB 7.1.0) in a master/slave configuration. We are providing some web services in our application (based on Apache Camel) by using the OSGI servlet service (central jetty.xml configuration). Everithing works fine so far.If the instance 1 (master) goes down, the instance 2 (slave) will take over. Our load balancer will detect this and forward the requests to instance 2 (now master).
Our issue is, if we start instance 1 again (now slave), the load balancer detects the http port is available again (but not the service behind) and forward the requests to instance 1 (which cannot handle the requests because he is the slave). Any recommendations how we should handle this? We do not use any web console in ServiceMix. Thanks in advance, Christian
