0 Replies Latest reply on Apr 10, 2006 7:54 AM by g4dpz

    JBoss 4.0.3SP1 HA-JMS

    g4dpz

      Hi,

      I have sucessfully setup a pair of machines to do session, jboss cache and SLSB replication using UDP discovery.

      I now have a problem with HA-JMS. The first machine to be started up works correcly as the HA-Singleton with MySQL as the persistence mechanism with messages being handled correctly

      When the second machine tries to find a JMS queue in the cluster, I get:

      12:48:45,527 WARN [JMSContainerInvoker] JMS provider failure detected:
      javax.naming.NameNotFoundException: DefaultJMSProvider not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:514)
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:522)
      at org.jnp.server.NamingServer.getObject(NamingServer.java:528)
      at org.jnp.server.NamingServer.lookup(NamingServer.java:281)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
      at javax.naming.InitialContext.lookup(InitialContext.java:351)

      Please note that the provider.url is working OK for other form of replication. So what do I need to do over and above this...

      Is there any extra programming I need to do for HA-JMS for MQ discovery?

      regards

      Dave Johnson