1 Reply Latest reply on Apr 17, 2002 3:14 PM by pra

    JBOSS 3.0beta

    rpotturi

      Does JBoss 3.0 beta version support JMS clustering?
      If so, can somebody let me know how to configure JBoss for JMS clustering.

      I have created a topic by placing an entry in jboss-mq-service.xml file. In my external client, I have instantiated the initial context on port 1100 so that I am looking at HAJNDI. When I tried to look up for the connection factory from this initial context, I am getting the following error message:

      javax.naming.CommunicationException. Root exception is java.rmi.RemoteException: Service unavailable.

      at org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HARMIClient.java:149)

      at org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:187)

      at $Proxy0.lookup(Unknown Source)

      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:365)

      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)

      at javax.naming.InitialContext.lookup(InitialContext.java:350)

      at testjms.TestPublisher.(TestPublisher.java:31)

      at testjms.TestPublisher.main(TestPublisher.java:61)