GitHub user jdanekrh opened a pull request:
https://github.com/apache/activemq-artemis/pull/649
Configure BROWSE permission in last-value-queue example
PR #630 added the BROWSE role but the example was not updated. Before this
change, the example would fail with exception
javax.jms.JMSSecurityException: AMQ119032: User: null does not
have permission='BROWSE' on address jms.queue.exampleQueue
I checked all examples included in the -Pexamples profile and nothing else
is failing with this exception.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jdanekrh/activemq-artemis ARTEMIS-628
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/649.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #649
----
commit ac80a2f9bd09ff0b69235e9ac33b6d846d753a4f
Author: Jiri Danek <[email protected]>
Date: 2016-07-20T11:51:01Z
Configure BROWSE permission in last-value-queue example
Before this change, the example would fail with exception
javax.jms.JMSSecurityException: AMQ119032: User: null does not
have permission='BROWSE' on address jms.queue.exampleQueue
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---