weblogic - JMS with clustered nodes -
i have 2 clustered managed servers running on weblogic, , seperate jms server1 , server2
running on each managed server. problem in application properties file, hardcoded , pass jms server1 jndi name
application. both applications running on each node uses 1 fixed jms server, not distributed , clustered. if jms server 1 down, whole application down.
my question how let application dynamically find jms server in above senario? can please point me direction? thanks!
it's in weblogic docs at: http://docs.oracle.com/cd/e14571_01/web.1111/e13738/best_practice.htm#cacddfjd
basically created comma separated list of servers , jms connection logic should automatically able handle case when 1 of servers down:
e.g.
t3://hosta:7001,hostb:7001
Comments
Post a Comment