1 Reply Latest reply on Aug 11, 2006 4:18 PM by ask10000

    Is it possible to bind Weblogic JMS Queue to jBoss JNDI Name

    ask10000

      I saw this on the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingWebSphereMQSeriesWithJBossASPartI
      which tells how to bind the Websphere MQ objects to jBoss JNDI Namespace. I s it possible to do something like that with WebLogic JMS queue/topic. I need to access the Weblogic JMS Queue with the jndi handle in jBoss JNDI. Has anybody done it before or stumbled on something like this?

      Thanks
      Ajit

        • 1. Re: Is it possible to bind Weblogic JMS Queue to jBoss JNDI
          ask10000

          What I really want is a way to have both the jBoss JMS objects and Weblogic JMS objects accessible in jBoss JNDI namespace. e.g.
          1) Queue pointing to localhost jBoss: queue/MyQueue1
          2) Queue pointing to remot WebLogic: queue/MyQueue2
          so that the application doesnt really know which queue is of which provider.