Thanks a lot Justin. Your answer is crystal clear. Both options seems
perfect, even though I have implemented static clustering presently. 

But I just want to make my  previous reply a bit more clear (Sorry if I am
missing the whole concept) 

Say I am having two clusters (cluster1 and cluster2), each connected to same 
UDP address and port (udp://231.7.7.7:9876) and secured using cluster
username-password. 
And from my client application I am creating a connection factory
ActiveMQConnectionFactory connectionFactory = new
ActiveMQConnectionFactory("udp://231.7.7.7:9876"); 
Which cluster am I getting connected to?cluster1 or cluster2?
Or do I need to provide cluster username-password to get connection to the
concerned cluster?
like connection = connectionFactory.createConnection(cluster1-username,
cluster1-password); to get connected to cluster1.

thanks for the time you all have given me.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Artemis-Two-clusters-and-one-udp-group-ip-port-tp4714902p4715111.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to