You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2016/07/20 20:37:27 UTC

[1/2] activemq-artemis git commit: This closes #649

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5dcf7bcbe -> 057be3007


This closes #649


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/057be300
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/057be300
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/057be300

Branch: refs/heads/master
Commit: 057be30074fe3c5f2548ac124cb244fb962de7d3
Parents: 5dcf7bc e996f58
Author: jbertram <jb...@apache.org>
Authored: Wed Jul 20 15:36:46 2016 -0500
Committer: jbertram <jb...@apache.org>
Committed: Wed Jul 20 15:36:46 2016 -0500

----------------------------------------------------------------------
 .../last-value-queue/src/main/resources/activemq/server0/broker.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-628 - Configure BROWSE permission in last-value-queue example

Posted by jb...@apache.org.
ARTEMIS-628 - 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


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e996f589
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e996f589
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e996f589

Branch: refs/heads/master
Commit: e996f5891884c7b50aad34eeaf6faa842797a4d0
Parents: 5dcf7bc
Author: Jiri Danek <jd...@redhat.com>
Authored: Wed Jul 20 13:51:01 2016 +0200
Committer: jbertram <jb...@apache.org>
Committed: Wed Jul 20 15:36:46 2016 -0500

----------------------------------------------------------------------
 .../last-value-queue/src/main/resources/activemq/server0/broker.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e996f589/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml
----------------------------------------------------------------------
diff --git a/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml b/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml
index 62818cf..267d8c9 100644
--- a/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml
+++ b/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml
@@ -53,6 +53,7 @@ under the License.
             <permission type="deleteNonDurableQueue" roles="guest"/>
             <permission type="consume" roles="guest"/>
             <permission type="send" roles="guest"/>
+            <permission type="browse" roles="guest"/>
          </security-setting>
       </security-settings>