문제

I am new to ServiceMix and want to deploy multiple instances for load balancing reasons. Now I want to know, in practice, how many ServiceMix or FuseESB instances are deployed on a single host like a server?

Is there only one ServiceMix instance for one host? If so, will that instance explore the whole capacity of the host?

Thanks!

도움이 되었습니까?

해결책

You can deploy as many instances on the host as you want. They are all just JVM processes.

Though ServiceMix / Fuse ESB allows you to create a child container on the same host, which allows the parent container to manage its child containers. So if you install more instances on the same host, you may want to install them as child containers.

Some docs about child instances can be found here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top