| Author |
Weblogic 10.3 Messaging Bridge
|
uttam kumar
Ranch Hand
Joined: Jan 27, 2009
Posts: 128
|
|
Hi,
I am creating a messaging bridge that will forward messages from a Weblogic queue to a JBoss queue. I am using Weblogic 10.3 and JBoss 5.1.
The problem is that I am getting the following exception on the console
I am very naive to the Weblogic so couldn't figure out the problem. Please help.
Thanks in advance.
Uttam Kumar
|
 |
uttam kumar
Ranch Hand
Joined: Jan 27, 2009
Posts: 128
|
|
is there no one who can help me out ???
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
I have not worked with a bridge before, but, it looks like JNDI lookup fails. Try writing a program to connect to JBOSS first. Does that work ? Does the JNDI service need authentication ?
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
uttam kumar
Ranch Hand
Joined: Jan 27, 2009
Posts: 128
|
|
Hi Deepak,
If I am writing a simple JAVA program to access JBoss queue its working; but when I am using the same configuration in Weblogic its not working. Don't have any idea what is going wrong.
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
Can you post the code snippet that connects to JBOSS ?
|
 |
uttam kumar
Ranch Hand
Joined: Jan 27, 2009
Posts: 128
|
|
Deepak,
I am using console to setup the bridge. Here are the settings:
Adapter JNDI name : eis.jms.WLSConnectionFactoryJNDIXA
Classpath : /home/oracle/Oracle/SOAMiddleware/wlserver_10.3/server/lib
Connection URL : jnp://192.168.5.64:1099
Initial Context Factory: org.jnp.interfaces.NamingContextFactory
Connection Factory JNDI Name: XAConnectionFactory
Destination JNDI Name: queue/DimpQueue
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
Is the JMS resource on the JBOSS server protected ?
|
 |
uttam kumar
Ranch Hand
Joined: Jan 27, 2009
Posts: 128
|
|
|
What do you mean by protected JMS resource ? I am not getting it.
|
 |
 |
|
|
subject: Weblogic 10.3 Messaging Bridge
|
|
|