4 Replies Latest reply on Sep 3, 2008 11:49 AM by justkeys

    Failover working for JMS Client but not for Statless Session

    bfach

      Hello,

      I have a standalone java app connecting to JBoss 4.2.2.GA with jboss messaging 1.4.0SP3 installed.

      JBossA and JBossB are started on seperate machines.

      When the standalone java app is connected to JBossA, JBossA is killed and failover takes place and succeeds for the JMS messaging however the connection to a previously looked up stateless session bean does not failover over.

      Is there a specific conifiguration property that needs to be set in order for failover to occur for session beans?

      Thanks in advance,