Jul 31
Configure JMS Server in Weblogic 9.2
Uncategorized Add comments
I did this homework today. Just wanted to share it with you. I have uploaded the JMS Sender and the Receiver files and the JMS server in Weblogic 9.2 configuration procedure in a separate pdf file. You can find these files HERE
As for others who has reached this page after getting a NameNotFoundException — Unable to resolve destination queue, what you have to do is to configure a JMS server under Services –> Messaging and make your DestinationQueue (configured under SystemModule) a subdeployment of the JMSServer. Details of configuring is in the above mentioned PDF.















September 4th, 2008 at 1:46 pm
I am trying to do something similar. I want to use a Queue as oppose to a Topic. I noticed that the first thing to do is to configure JMS in admin console then write java code that is going to interact with what was configured. So good so far. Did you have to configure connection factories? Im a little confused about this step.