• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Problem with JMS queues after upgrading to jboss 5.1.0 GA

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I upgrade my application from jboss 4.0.5 to 5.1.0, and i'm having problems with the jsm queues.

I’m trying to send a message to queueA from MDB and got the exception javax.naming.NameNotFoundException.

The same queue is working correctly when using from stateless bean.

I have another queue, queueB, that does work from the same MDB.

These are the configuration that I’m using:
In ejb-jar.xml:



And in jboss.xml:

queue_B is the one that is working, and queue_A is failed.
There was no change in these configuration from jboss 4.0.5.


thanks for the help
 
Politics n. Poly "many" + ticks "blood sucking insects". 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