1 Reply Latest reply on Aug 19, 2002 8:15 PM by rboston

    subscribing to remote topic

    chorg

      Hello all,
      I have jboss set up on my localhost, and I need to subscribe to a remote messaging server and have those messages drive my MDB in Jboss... How do I set this up in Jboss? My MDB are fine .. I just don't understand how to subscribe to the remote Topic...

        • 1. Re: subscribing to remote topic
          rboston

          You should be able to do a JNDI lookup for the connection factory and topic as you would normally.
          Just ensure you are pointing to the proper JNDI server and that you don't use the in-VM connection factory.