6 Replies Latest reply on Nov 14, 2008 8:06 AM by rana24

    Message distribution in cluster

      Hi ,
      We have a scenario , where my MDB is listening to a Queue , application is configured in to cluster. JMS client is sending msg to Queue . Surprisingly all the messages are coming to Node1 in Cluster. We wanted to distribute it to all the nodes but it is not working.
      I am making context from all the nodes in server (comma separated)
      Tried with JNDI & HA-JNDI.
      I am using JBM1.3 with Jboss 4.2.3 . I tried providing , ClusterRouterFactory as RoundRobinRouterFactory to PostOffice but it gave me endless stack trace :( .
      With defaultRouterFactory it works fine but directed to Node 1 only.

      Can anyone throw up some light ?
      Thanks in advance.