Giulio Farano Posted January 8, 2019 Share Posted January 8, 2019 Hi, my goal is to have an ems user that can manage only one queue (it should be able to read, send and browse only the queue "test.queue"). So i granted the queue with permissions of send,receive,browse,view,purge to the user "test_user". However, if a create a BW process whith a JMS Queue Receiver whith "test_user" as connection user, I'm able to read also other queues and receive their messages, and not only the queue "test.queue". Does anybody know what could be the problem We're talking about BW 5.13 and Ems 8.4. Thanks. Link to comment Share on other sites More sharing options...
Derek Ma 2 Posted January 10, 2019 Share Posted January 10, 2019 set sever authorization as "enabled" and add the queue - "test.queue" property as "secure" Link to comment Share on other sites More sharing options...
Giulio Farano Posted January 10, 2019 Author Share Posted January 10, 2019 Thank you for the answer! This assures that "test.queue" is accessed only by "test_user", but even all other queues (without secure property) can be managed by this user, right Thanks. Link to comment Share on other sites More sharing options...
Derek Ma 2 Posted January 10, 2019 Share Posted January 10, 2019 Yes. If the queury has "secure" property, user permissions will be checked by EMS. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now