java - Network of Brokers - ActiveMQ - Any other alternatives? -


we setting pool/network of activemq brokers. issue having every broker instance should know else on network. i.e need update configuration(uri) xml when new broker gets added pool , release brokers. time consuming process , seems on kill.

is there better approach? thought of dynamic discovery, needs multicast (not sure, whether supported)

is there 1 place can update in network, rather in every broker instance?

any appreciated.

network of brokers dynamic discovery using multicast standard example, please see network of brokers docs.

also, dynamic rebalancing , updating of clients supported (amq version >= 5.4) (updateclusterclients, rebalanceclusterclients), please refer failover docs.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -