1 Reply Latest reply on Oct 7, 2009 3:43 AM by 3adil

    JBoss messaging hangs with an Http client

    3adil

      Hello,

      I have installed JBoss messaging 1.4.4 on JBoss 4.2.3 (jdk6) (with JBoss remoting 2.2.3) and this works fine with a jnp client.

      When I use an HTTP client with the following JNDI properties:

      HttpConnectionFactory
      org.jboss.naming.HttpNamingContextFactory
      http://localhost:8080/invoker/JNDIFactory
      queue/testQueue

      The message is well sent to the sever, and I see it in my Oracle database. However the call never ends at the client side, seems like the call hangs.

      Your help will be highly appreciable !