0 Replies Latest reply on Jun 1, 2005 9:34 AM by bfolleas

    JMS over HTTP : fail to create TopicConnection

    bfolleas

      Hello,

      When I launch JBoss 4.0.1_sp1, my app begins and a jms-client tries to get a JMS connection over HTTP during the app launch.
      The problem is that at the line :
      factory.createTopicConnection()
      the app stops, without any exception or log error message.
      In debug-mode in eclipse, the app acts the same way.
      When I use JMS over IL ("java:/ConnectionFactory"), the app runs OK.

      I didn't saw this behaviour under JBoss 3.2.3. New Bug ?

      Thanks.

      the code :
      TopicConnectionFactory factory = (TopicConnectionFactory) ctx.lookup( "HTTPConnectionFactory" );
      TopicConnection m_TopicConnection = factory.createTopicConnection(); // stop here