• 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

Bind JMS Queue to ConnectionFactory

 
Ranch Hand
Posts: 66
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm starting to learning JMS and I'm using WebLogic 10.3.4, and I was wondering, is there any way to link a JMS connection pool(and thereby a ConnectionFactory) with specific queues, so that they aren't available with any other connection factories? Barring that, is there any way I can lock queues with a username/password security that I use on connection pools for connection factories? If not, then how do I lock users out of specific queues?
I'd be really grateful of any insight on the matter.
 
Debojit Sinha
Ranch Hand
Posts: 66
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
er, Hello? I'd really like to know if this is possible.
 
Ranch Hand
Posts: 98
Oracle Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Debojit,

You can try securing the individual JMS resources like Queues, Topics or the entire JMS System Module using the Security Policies.

This would help you to allow only users belonging to a particular group/ role to have access to the JMS Resources.

Refer the below link for the same.

Securing JMS Resources

Hope this helps.

Cheers,
Anandraj
http://weblogic-wonders.com
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic