aspose file tools
The moose likes BEA/Weblogic and the fly likes Clustering JMS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Clustering JMS" Watch "Clustering JMS" New topic
Author

Clustering JMS

Francesco Marchioni
author
Ranch Hand

Joined: Sep 22, 2003
Posts: 175
Hi all,
we have a J2ee application which uses JMS to send notification messages.
We have recentely move from a single Node application to a Cluster solution.
As for the Connection Factory it's clear that it should be deployed on the cluster.

But what about the JMS Servers ? what is the best choice if you want to take advantage of cluster (I mean I don't want to lose messages if one node fails)?

should I create a JMS Server on every Node ? (and replicate the Queue/Topic on every server) ?
Thanks in advance
Francesco


JBoss AS 5 Development
JBoss Tutorials
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Clustering JMS
 
Similar Threads
Can JMS Topic still Publish/Subscribe Messages if WebLogic Server is down and restart
Clustering and JMS Topics
A question about clustering and jms
Load Balancing in Websphere 6.x through MDB's
JMS Client Fail Over Problem?