• 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

Technology choice ?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to invoke an event on ALL nodes participating in a clustered (websphere) environment. Regardless of which node triggers the event ALL nodes in the cluster need to be notified. Which technology should I choose ?

- I've looked att setting up JMS with a JMS engine for each of the nodes, but I haven't solved the problem of getting a single message to be duplicated out to the other engines. Also I want to deploy the same package to all nodes so node-specific listeners/topics isn't an option.

- I looked at quartz, but quartz doesn't let you target a single participating member in the cluster.

- I've been looking at JXTA and/or Shoal (still seems to be beta unfortunately), but I don't want to make to big of an effort to implement something that won't work.

Any suggestions ? Any container-runnable tech is viable.
reply
    Bookmark Topic Watch Topic
  • New Topic