0 Replies Latest reply on Feb 13, 2008 10:22 AM by yugantshah

    Clustering of MessageDriven Bean

    yugantshah

      Hello,

      When I am trying to cluster an application that uses MessageDrivenbean and Queues and Connection factory,I am getting an error saying ConnectionFactory not bound.
      The jndi name used for connection factory lookup is
      ctx.lookup("ConnectionFactory");

      I have learnt that JMS resources are singleton in a cluster.
      So what should be the JNDI name for connection factory.
      I am using EJB3.0

      Thanks in advance for any help/advice.

      Thanks Yugant Shah.