Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0D26A200B4A for ; Wed, 20 Jul 2016 15:29:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0B947160A86; Wed, 20 Jul 2016 13:29:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79A78160A5B for ; Wed, 20 Jul 2016 15:29:22 +0200 (CEST) Received: (qmail 37705 invoked by uid 500); 20 Jul 2016 13:29:21 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 37458 invoked by uid 99); 20 Jul 2016 13:29:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2016 13:29:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 942C8E08E8; Wed, 20 Jul 2016 13:29:20 +0000 (UTC) From: jdanekrh To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #649: Configure BROWSE permission in last-valu... Content-Type: text/plain Date: Wed, 20 Jul 2016 13:29:20 +0000 (UTC) archived-at: Wed, 20 Jul 2016 13:29:23 -0000 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 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---