• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

weblogic 10 + JMS

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Did you miss me? Did you miss this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic