posted 16 years ago
Hello people, I copy an example of JMS from JavaRanch today in another topic and I'm trying to deploy it, but I'm getting an error.
Follows my code and the problem.
First of all, I have configured my JMS Server and my JMS Module, in my JMS Server I configured as "Thiago JMS Server".
In my JMS Module I configured two things:
- Name: ThiagoConnectionFactory
- Type: Connection Factory
- JNDI Name: ThiagoConnectionFactory
- Subdeployment: Default Targetting
- Targets: examplesServer
- Name: ThiagoQueue
- Type: Queue
- JNDI Name: jndi.thiagojndi
- Subdeployment: ThiagoQueue
- Targets: Thiago JMS Server
Now Follows the code:
In the code, I have no idea how to configure some variables according my JMs Server and JMS Modules in weblogic server administraton.
And the error:
[ August 25, 2008: Message edited by: Thiago Pereira ]