• 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

Weblogic Cluster JMS Issue

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi....
Our application works on weblogic 8.1(Linux) and uses 6 managed servers across 2 physical machines.

Problem is we need to maintain a cache across all the 6 managed servers and we are making use of distributed topic for this purpose.So whenever a managed server gets a request it updates its cache and notifies all the other managed servers using distributed topic. We made use of MDBs for listening to these messages on topic and everything works fine.But suddenly sometimes say 2 managed servers will not be notified while the remaining servers will be notified.We are not getting any error as I checked both our application and weblogic console logs.We made use of weblogic JMS services.Please help us
Thanks and Regards
Naveen Chowdary
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic