Hello, I'm trying to configure ActiveMQ to allow different users to consume message from different desintations through the REST API. So far, I managed to create multiple Jetty users in file jetty-realm.properties, and as I understand, when those users use the REST API, they internally use the ActiveMQ user defined in credentials.properties. But in that case, they always use the same ActiveMQ user, hence they are all allowed to read the same destinations, which I don't want!
Am I missing something ? So my question is basically, how can I set up different users AND anthorizations for REST API users ? Thanks in advance! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
