2 Replies Latest reply on May 12, 2009 6:00 AM by pierods

    how to connect to JB messaging outside of jboss server

      Hi,

      how do I go about connecting to an instance of JB Messaging when I am outside of JB server?

      Is it something of this kind:

      ClientConnectionDelegate ccd = new ClientConnectionDelegate(....);

      JBossConnectionFactory jbc = new JBossConnectionFactory(ccd);


      or maybe it's best to instantiate a JB messaging instance in-jvm and get the factory from it?