0 Replies Latest reply on Apr 19, 2007 3:26 PM by mlam

    Access remote topic problems

    mlam

      I have two instance of JBoss running on my machine, the messaging server and a regular web server. I am trying to get a connectionfactory on the web server from the messaging server by context.lookup("/ConnectionFactory"), I get null same if I tried "JmsXA". I have everything in a Properties object that I pass into new InitialContext().

      I tried using the ExternalContext but it timed out. I have the server publishing to the topic but I can't subscribe to it. I am lost as to what I need to do to have it communicate.

      Any help would be much appreciated.