4 Replies Latest reply on Sep 30, 2008 12:23 AM by genman

    Setting up JBoss 4.2.2 so MDBs can subscribe to Topic on rem

    gortman

      Hope this is the right forum for asking my question. If not, I'd appreciate it if you could point me in the right direction.

      We have a an EJB3 MDB deployed to our JBoss server that needs to subscribe to a Topic on a remote WebLogic server. I'm having difficulty finding much documentation (an example would be best) of how exactly to establish the connectivity to the topic. Based on my web search it seems like I need to update jms-ds.xml, possibly jboss-service.xml, and perhaps include wlclient.jar in the JBoss classpath.

      I've tried a variety of ways to make the connection so far with no success. On the JBoss wiki I found the article "HowDoIConfigureAnEJB3MDBToTalkToARemoteQueue" but that only addresses JBoss-to-JBoss. The other web search hits were mostly people asking the same question I am but with no resolution attached.

      Any help you could give would be appreciated. Thanks!