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