[jboss-user] [Clustering/JBoss] - Re: Can JBoss support active/passive

2007-05-02 Thread grdzeli_kaci
hi all, i have the same question, Does JBoss Application Server support Active - StandBy Cluster Configuration Is There any doc about Active - StandBy configuration for clustering ??? i have no problem about Active - Active cluster configuration. This is necessary request from my company (

[jboss-user] [Clustering/JBoss] - Re: Can JBoss support active/passive

2007-05-02 Thread [EMAIL PROTECTED]
wangdongfox, for the use case you describe you could deploy the MDB in the deploy-hasingleton directory. That's not a true active/passive because the bean is not deployed and passively waiting to receive messages. Instead it will be deployed and begin receiving messages if the master node

[jboss-user] [Clustering/JBoss] - Re: Can JBoss support active/passive

2007-04-26 Thread [EMAIL PROTECTED]
For web requests, mod_jk can support that (in your mod_jk conf, comfigure disabled=true for a worker to passivate it). For EJB requests you'd need to implement some kind of custom LoadBalancePolicy; there's no out of the box support for it. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Can JBoss support active/passive

2007-04-26 Thread wangdongfox
Thank for your response, but I only need one instance worked in a cluster environment, another instance must be standby.Our architecture is that a MDB cluster in environment,but only one MDB instance can service, the other must be standby. View the original post :