You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by mtakahashi <mt...@yourinventit.com> on 2014/04/07 12:04:51 UTC

ActiveMQ Authorization

Hello,

I'm making authorization plugin. Each client can access only some permitted
topics.
So I have to stop access other than those permitted topics.
My question is Is it possible to access "ActiveMQ.>" topic from client if I
do not stop 
access to "ActiveMQ.>" topic?

I tried to create "ActiveMQ.Advisory.TempTopic" topic by JMS. But access to 
"ActiveMQ.Advisory.TempTopic" became access to
"ActiveMQ%2eAdvisory%2eTempTopic".
Does ActiveMQ convert  "ActiveMQ.>" topic to "ActiveMQ%2e.." ?

Masanori



--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authorization-tp4680111.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Authorization

Posted by mtakahashi <mt...@yourinventit.com>.
I realize I don't understand how to read/write advisory message.
I read the following document, but I could not receive advisory message.
http://activemq.apache.org/advisory-message.html

To receive advisory message, do i need to use special credential?
Is there any sample code to receive advisory message?

Thank you,
Masanori



--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Authorization-tp4680111p4680118.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.