Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread Timothy Bish
On 07/05/2017 04:29 PM, chinababuilla wrote: Thank Tim for the response. Yes I agree. But I wanted to check if there is any ActiveMQ Administration API that contacts broker while creating destination? Do you think there exists such API with ActiveMQ? -- View this message in context: http:/

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread chinababuilla
Thank Tim for the response. Yes I agree. But I wanted to check if there is any ActiveMQ Administration API that contacts broker while creating destination? Do you think there exists such API with ActiveMQ? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-enforce

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread Timothy Bish
On 07/05/2017 04:10 PM, chinababuilla wrote: Hi Tim, I am using ActiveMQ. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-enforce-authorization-during-session-createQueue-createTopic-tp4728228p4728230.html Sent from the ActiveMQ - User mailing list archive at Na

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread chinababuilla
Hi Tim, I am using ActiveMQ. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-enforce-authorization-during-session-createQueue-createTopic-tp4728228p4728230.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread Timothy Bish
On 07/05/2017 03:54 PM, chinababuilla wrote: Hi All, I have a requirement such that I need to know if the user has permission to create a destination or not when I call session.createQueue() or session.createTopic(). The default behavior is we will know that when creating a consumer or producer

How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread chinababuilla
Hi All, I have a requirement such that I need to know if the user has permission to create a destination or not when I call session.createQueue() or session.createTopic(). The default behavior is we will know that when creating a consumer or producer but not when creating the destination? Is there