Hi there! I'm trying to let external users access my broker. Messages contain a property guiding which users should be allowed to read them, set via TextMessage.setStringProperty("type", "..."). I was wondering how can I configure ActiveMQ such that the value of the "type" property is used to determine which users can access which messages.
For example, is it possible to have a <filter> element or attribute within the <security-setting> or <permission> elements? Thanks, Daniel