• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JMS Clustering

 
Ranch Hand
Posts: 681
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How is JMS Clustered to prevent failover. If I have say three weblogic servers up and running for load balancing and failover.
Should I attach the one message queue to all three, and send each meassge to all three.
I know with EJBs you use the global JNDI tree, and Each server has access to global session, so if one server goes down another can take over that session.
But I cannot find any info on how JMS handles cluster issues.
Thanks for any help Tony
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First off, this post should really be moved to the WebLogic Forum.
Secondly, what version of WebLogic are you using? JMS is not truely clusterable in any version of WebLogic, but WLS 7.0 provides much better features in this area. Read this as WebLogic JMS does not support automatic fail-over.
Check this link for more information: How JMS Clustering Works.
 
Tony Evans
Ranch Hand
Posts: 681
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Chris, apoligies for posting in the wrong forum, I was thinking more of JMS than Weblogic.
Thanks for the link it helped.
Cheers Tony
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic