3 Replies Latest reply on Jan 12, 2005 6:51 AM by hama

    JMS communication between JBoss and Weblogic

    zks

      Hi, I am working on a project currently use weblogic as central and jboss as node side. So I would like use JMS send the info between weblogic and jboss. When use weblogic send the message to Jboss, I included the jar jboss client jar files into weblogic classpath, use jnp to lookup the queue and send the message, everything ok. But when I try to send message from jboss to weblogic queue, it can't. I have try the same way, that included the weblogic client jar into jboss classpath, it even can not start jboss properly.
      Anybody know how to do it or where i can find some detail information or docs?