What server to expose to clients in an Openfire cluster?

Hi all,

This might be a basic question. Having an Openfire cluster using Hazelcast plugin, should all servers in the cluster which will have same XMPP domain name, be exposed to clients by their IP address (for instance) or only one instance should be exposed which will share the load among all servers in a cluster?

Regards,

Dan

Yes, all nodes in the cluster share the same XMPP domain name (but different FQDN - see my reply to your other post). Setup DNS for your XMPP domain for all nodes in the cluster.

Greg

Thanks Greg! I configured my servers as you said and they work fine.