Version 4

    I get "weblogic.jms.common.IllegalStateException: connection consumer only supported on server", why?

     

    
    09:55:52,161 WARN [JMSContainerInvoker] JMS provider failure detected: org.jboss.deployment.DeploymentException:
     Error during queue setup; - nested throwable: (weblogic.jms.common.IllegalStateException: connection consumer only sup
    ported on server)
    
    

     

    An mdb is setup and deployed in JBossAS to talk to a remote instance of Weblogic. The JMS provider loader is setup to look up the remote WL XA connection factories.

     

    Unfortunately such configuration will not work. WL XASessions can NOT be managed by any other transaction manager than Tuxedo. See the following forum threads for details:

     

    http://forums.bea.com/bea/search.jspa?q=%22connection+consumer+only+supported+on+server%22&objID=&dateRange=lastyear&userID=&numResults=15

     

     

     

     

    The only option is configure a jms brigde between the JBossAS instance and the WL instance

     

    http://jboss.com/index.html?module=bb&op=viewtopic&t=81839