2 Replies Latest reply on Sep 30, 2005 9:21 AM by sarika_agrawal

    configuring messaging bride between weblogic and jboss

    sarika_agrawal

      Hi,

      I am trying to configure a messaging bridge between weblogic and jboss. Following is the configuration settings:

      Adapter JNDI Name: java:/DefaultJMSProvider
      Connection Factory JNDI Name: java:JmsXA
      Destination JNDI Name: queue/testQueue

      I have included jbossall-client.jar into weblogic classpath. But weblogic is giving me an error message, "Failed to find the target adapter". I was wondering if anybody has setup the bridge with JBoss and could help.

      Thanks,
      Sarika

        • 1. Re: configuring messaging bride between weblogic and jboss
          tuzi_ws

          I'm facing the same problem as you now.
          How did you do afterward?
          No ideas about this?
          How to config Adapter JNDI Name,Adapter Classpath,Connection URL,Initial Context Factory,Connection Factory JNDI Name and Destination JNDI Name?
          Any help would be greatly appreciated.

          • 2. Re: configuring messaging bride between weblogic and jboss
            sarika_agrawal

            Here is the correct configuration to create a bridge between weblogic and jboss. Use the following target destination configuration for the jboss destination.

            Adapter JNDI Name: eis.jms.WLSConnectionFactoryJNDIXA or eis.jms.WLSConnectionFactoryJNDINoTX

            Connection URL: jboss server URL with port

            Initial Context Factory: org.jnp.interfaces.NamingContextFactory

            Connection Factory JNDI Name: XAConnectionFactory or ConnectionFactory

            Destination JNDI Name: queue/testQueue

            and add these jar in your weblogic class path:

            [jboss_home]/client/jboss-common-client.jar
            [jboss_home]/client/jbossmq-client.jar
            [jboss_home]/client/jboss-system-client.jar
            [jboss_home]/client/jboss-transaction-client.jar
            [jboss_home]/client/jnp-client.jar
            [jboss_home]/lib/concurrent.jar
            [jboss_home]/client/log4j.jar

            deploy connector module jms-xa-adp.rar on your weblogic server.

            Thanks,
            Sarika