I do not know what type of clustering you want to achieve but here are
some thoughts :
* servicemix can be clustered using the jms flow. In this case, and
depending on
the configuration of the underlying ActiveMQ brokers, you will
have load balancing,
fail-over and HA. This only concerns the jbi message exchanges
that are routed inside
the nmr.
* servicemix does not ship with clusterable jbi components : for
example if you use a http binding,
it is up to you to load balance request before they reach the
binding component. JBoss may
help you here. Some service engines can store persistent state
(for example PXE) : ServiceMix
does not provide clustering for these components automatically.
You will have to check the
abilities of the components you will use.
Cheers,
Guillaume Nodet
Maxim Surov wrote:
Hi all,
I am using ServiceMix and JBoss.
At the moment the system works in a single server environment.
I must set uo clistered environment for fault tolerence, scalability, etc
Are there some ready to be used strategy of how to set up cluster in JBoss +
ServiceMix environment?
Can I set up e.g. only JBoss cluster?
or only ServiceMix cluster?
Or should set up both cluster at once?
Please, can you provide me some info or documentation related to this?
Regards,
Maxim