I am having 2 independent JBOSS server in 2 different location. I have configured identically both the environments. I am trying to publish message to a JMS topic using HTTPS. For lookup I am trying to use HttpNamingContextFactory. I am trying to find a way to give multiple URLS to HttpNamingContextFactory, if there is an issue on one server it will automatically connect to the next server. I looked at the code of HttpNamingContextFactory and its just using the Provider URL as a string. Can someone verify that there is no way to have HA on the client side?
Based on the reply I can decide on whether to modify the code of HttpNamingContextFactory. thanks -Vasanthan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872954#3872954 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872954 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
