1 Reply Latest reply on Nov 8, 2005 11:02 AM by adrian.brock

    JMS createTopicConnection fails

    mikeg123

      Hello,
      I'm testin 2 servers in a cluster running on the same machine using sample-bindings.xml.

      here is the scenario.
      start server_1
      start server_2
      test against server_1 -> success
      shutdown server_1
      test against server_2 -> failure

      and what I see is that when my code calls
      TopicConnectionFactory->createTopicConnection() method
      it proceeds to
      UILServerIL->createConnection() method
      which tries to connect to port of server_1 (8193 as specified in "JMS related services" section of sample-bindings.xml).

      Any idea why?