3 Replies Latest reply on Feb 9, 2009 12:28 AM by gaohoward

    How Can I use a bridge to link a weblogic message queue?

      I want to create a bridge to link a weblogic message queue.So when a weblogic message queue recieve a message,the bridge will take the message to my queue which is in my jboss-messaing.

      I know there is two things I have to do.
      The first,add JMS provider loader for weblogic,but I don not know how to config it in jms-ds.xml.I do not know whether I need to modify "ProviderAdapterClass" etc.Is anyone can give me an example for this?
      The second is to deploy a test-bridge-service.xml to the deployment dir.
      Is there anything else that I should do?