posted 8 years ago
Hi,
I have an MDB deployed in JBoss (v5.1) that listens to a Weblogic (v10.3) queue. Can anyone guide me through the configurations that need to be done in JBoss?
Thanks in Advance.
Uttam Kumar
I have an MDB deployed in JBoss (v5.1) that listens to a Weblogic (v10.3) queue. Can anyone guide me through the configurations that need to be done in JBoss?
Thanks in Advance.
Uttam Kumar
posted 8 years ago
In previous release of Weblogic, weblogic.jar file contained all classes. From Weblogic 10.x release one can generate wlfullclient.jar.
Refer this url : http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html
Kuldip
Refer this url : http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html
Kuldip
posted 8 years ago
I don't know of any way to get an MDB to listen to a queue in a remote server. Is this EJB 2.x or 3? Perhaps information/documentation about MDB configuration will give some hints as to if this can be done and how to do it.
The fun part, or course, is that you have to include the WLS messaging client JARs in with your EAR file containing the MDB. Then you get to resolve the version and duplicate class conflicts between those JARs and the JARs provided by JBoss AS.
The fun part, or course, is that you have to include the WLS messaging client JARs in with your EAR file containing the MDB. Then you get to resolve the version and duplicate class conflicts between those JARs and the JARs provided by JBoss AS.
