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

JMS errors on JBoss 4.0.1...

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are running JBoss 4.0.1. We have a work flow that utilizes queues to define units or work. So as the work flow is performed a messages is placed on a queue, then pulled off, placed on the next queue, until the work flow is complete.

There are MDBs that pull them off, and they are placed on queues using springs JMS helpers. Everything works great until a load is placed on the server. At this point we get exceptions such as:

org.springframework.jms.JmsSecurityException: Connection not authorized to addMessage to destination: <NameOfQueue>

I have not authentication set up for any queues. Has anyone seen this type of behavior?

Thanks in advance,

Matthew
 
Let's go to the waterfront with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic